Class GoogleCloudDocumentaiV1DocumentProvenanceParent
The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentProvenanceParent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The id of the parent provenance.
Declaration
[JsonProperty("id")]
public virtual int? Id { get; set; }
Property Value
Type | Description |
---|---|
int? |
Index
The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.
Declaration
[JsonProperty("index")]
public virtual int? Index { get; set; }
Property Value
Type | Description |
---|---|
int? |
Revision
The index of the index into current revision's parent_ids list.
Declaration
[JsonProperty("revision")]
public virtual int? Revision { get; set; }
Property Value
Type | Description |
---|---|
int? |