Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3RevisionRef

The revision reference specifies which revision on the document to read.

Inheritance
object
GoogleCloudDocumentaiV1beta3RevisionRef
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.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1beta3RevisionRef : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LatestProcessorVersion

Reads the revision generated by the processor version. The format takes the full resource name of processor version. projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}

Declaration
[JsonProperty("latestProcessorVersion")]
public virtual string LatestProcessorVersion { get; set; }
Property Value
Type Description
string

RevisionCase

Reads the revision by the predefined case.

Declaration
[JsonProperty("revisionCase")]
public virtual string RevisionCase { get; set; }
Property Value
Type Description
string

RevisionId

Reads the revision given by the id.

Declaration
[JsonProperty("revisionId")]
public virtual string RevisionId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX