GoogleCloudDocumentaiV1beta2DocumentRevision class
Contains past or forward revisions of this document.
Constructors
-
GoogleCloudDocumentaiV1beta2DocumentRevision({String? agent, String? createTime, GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview? humanReview, String? id, List<
int> ? parent, String? processor}) - GoogleCloudDocumentaiV1beta2DocumentRevision.fromJson(Map _json)
Properties
- agent ↔ String?
-
If the change was made by a person specify the name or id of that person.
getter/setter pair
- createTime ↔ String?
-
The time that the revision was created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- humanReview ↔ GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview?
-
Human Review information of this revision.
getter/setter pair
- id ↔ String?
-
Id of the revision.
getter/setter pair
-
parent
↔ List<
int> ? -
The revisions that this revision is based on.
getter/setter pair
- processor ↔ String?
-
If the annotation was made by processor identify the processor by its
resource name.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited