GoogleCloudDocumentaiV1DocumentRevision class
Contains past or forward revisions of this document.
Constructors
-
GoogleCloudDocumentaiV1DocumentRevision({String? agent, String? createTime, GoogleCloudDocumentaiV1DocumentRevisionHumanReview? humanReview, String? id, List<
int> ? parent, List<String> ? parentIds, String? processor}) - GoogleCloudDocumentaiV1DocumentRevision.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, internally generated by doc proto
storage at the time of create.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- humanReview ↔ GoogleCloudDocumentaiV1DocumentRevisionHumanReview?
-
Human Review information of this revision.
getter/setter pair
- id ↔ String?
-
Id of the revision, internally generated by doc proto storage.
getter/setter pair
-
parent
↔ List<
int> ? -
The revisions that this revision is based on.
getter/setter pair
-
parentIds
↔ List<
String> ? -
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