Class GoogleCloudDocumentaiV1beta3DocumentMetadata
Metadata about a document.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentMetadata : IDirectResponseSchema
Properties
DatasetType
Type of the dataset split to which the document belongs.
Declaration
[JsonProperty("datasetType")]
public virtual string DatasetType { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
The display name of the document.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
DocumentId
Document identifier.
Declaration
[JsonProperty("documentId")]
public virtual GoogleCloudDocumentaiV1beta3DocumentId DocumentId { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3DocumentId |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LabelingState
Labeling state of the document.
Declaration
[JsonProperty("labelingState")]
public virtual string LabelingState { get; set; }
Property Value
Type | Description |
---|---|
string |
PageCount
Number of pages in the document.
Declaration
[JsonProperty("pageCount")]
public virtual int? PageCount { get; set; }
Property Value
Type | Description |
---|---|
int? |