Cloud Document AI v1beta3 API - Class DocumentMetadata (2.0.0-beta18)

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.

Inheritance

object > DocumentMetadata

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

DocumentMetadata()

public DocumentMetadata()

DocumentMetadata(DocumentMetadata)

public DocumentMetadata(DocumentMetadata other)
Parameter
NameDescription
otherDocumentMetadata

Properties

DatasetType

public DatasetSplitType DatasetType { get; set; }

Type of the dataset split to which the document belongs.

Property Value
TypeDescription
DatasetSplitType

DisplayName

public string DisplayName { get; set; }

The display name of the document.

Property Value
TypeDescription
string

DocumentId

public DocumentId DocumentId { get; set; }

Document identifier.

Property Value
TypeDescription
DocumentId

LabelingState

public DocumentLabelingState LabelingState { get; set; }

Labeling state of the document.

Property Value
TypeDescription
DocumentLabelingState

PageCount

public int PageCount { get; set; }

Number of pages in the document.

Property Value
TypeDescription
int