Class GoogleCloudDocumentaiV1DocumentProvenance
Structure to identify provenance relationships between annotations in different revisions.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentProvenance : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The Id of this operation. Needs to be unique within the scope of the revision.
Declaration
[JsonProperty("id")]
public virtual int? Id { get; set; }
Property Value
Type | Description |
---|---|
int? |
Parents
References to the original elements that are replaced.
Declaration
[JsonProperty("parents")]
public virtual IList<GoogleCloudDocumentaiV1DocumentProvenanceParent> Parents { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentProvenanceParent> |
Revision
The index of the revision that produced this element.
Declaration
[JsonProperty("revision")]
public virtual int? Revision { get; set; }
Property Value
Type | Description |
---|---|
int? |
Type
The type of provenance operation.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |