Class GoogleCloudDocumentaiV1beta3DocumentId
Document Identifier.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentId : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsManagedDocId
A document id within user-managed Cloud Storage.
Declaration
[JsonProperty("gcsManagedDocId")]
public virtual GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId GcsManagedDocId { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId |
RevisionRef
Points to a specific revision of the document if set.
Declaration
[JsonProperty("revisionRef")]
public virtual GoogleCloudDocumentaiV1beta3RevisionRef RevisionRef { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3RevisionRef |
UnmanagedDocId
A document id within unmanaged dataset.
Declaration
[JsonProperty("unmanagedDocId")]
public virtual GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId UnmanagedDocId { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId |