Class GoogleCloudDocumentaiUiv1beta3RevisionRef
The revision reference specifies which revision on the document to read.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiUiv1beta3RevisionRef : 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 |