Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta1DocumentProvenanceParent

The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.

Inheritance
object
GoogleCloudDocumentaiV1beta1DocumentProvenanceParent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1beta2.Data
Assembly: Google.Apis.Document.v1beta2.dll
Syntax
public class GoogleCloudDocumentaiV1beta1DocumentProvenanceParent : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX