Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta1DocumentProvenance

Structure to identify provenance relationships between annotations in different revisions.

Inheritance
object
GoogleCloudDocumentaiV1beta1DocumentProvenance
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 GoogleCloudDocumentaiV1beta1DocumentProvenance : 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<GoogleCloudDocumentaiV1beta1DocumentProvenanceParent> Parents { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta1DocumentProvenanceParent>

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX