public sealed class DocumentMetadata : IMessage<DocumentMetadata>, IEquatable<DocumentMetadata>, IDeepCloneable<DocumentMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class DocumentMetadata.
Metadata about a document.
Implements
IMessageDocumentMetadata, IEquatableDocumentMetadata, IDeepCloneableDocumentMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
DocumentMetadata()
public DocumentMetadata()
DocumentMetadata(DocumentMetadata)
public DocumentMetadata(DocumentMetadata other)
Parameter | |
---|---|
Name | Description |
other |
DocumentMetadata |
Properties
DatasetType
public DatasetSplitType DatasetType { get; set; }
Type of the dataset split to which the document belongs.
Property Value | |
---|---|
Type | Description |
DatasetSplitType |
DisplayName
public string DisplayName { get; set; }
The display name of the document.
Property Value | |
---|---|
Type | Description |
string |
DocumentId
public DocumentId DocumentId { get; set; }
Document identifier.
Property Value | |
---|---|
Type | Description |
DocumentId |
LabelingState
public DocumentLabelingState LabelingState { get; set; }
Labeling state of the document.
Property Value | |
---|---|
Type | Description |
DocumentLabelingState |
PageCount
public int PageCount { get; set; }
Number of pages in the document.
Property Value | |
---|---|
Type | Description |
int |