GoogleCloudDocumentaiV1beta1DocumentProvenance class
Structure to identify provenance relationships between annotations in different revisions.
Constructors
-
GoogleCloudDocumentaiV1beta1DocumentProvenance({int? id, List<
GoogleCloudDocumentaiV1beta1DocumentProvenanceParent> ? parents, int? revision, String? type}) - GoogleCloudDocumentaiV1beta1DocumentProvenance.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int?
-
The Id of this operation.
getter/setter pair
-
parents
↔ List<
GoogleCloudDocumentaiV1beta1DocumentProvenanceParent> ? -
References to the original elements that are replaced.
getter/setter pair
- revision ↔ int?
-
The index of the revision that produced this element.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
The type of provenance operation.
Possible string values are:
getter/setter pair
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