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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The `DocumentMetadata` class in the Cloud Document AI v1beta3 API provides metadata about a document and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is part of the `Google.Cloud.DocumentAI.V1Beta3` namespace and is available in the `Google.Cloud.DocumentAI.V1Beta3.dll` assembly, with the latest version of the API being `2.0.0-beta23`."],["`DocumentMetadata` includes properties such as `DatasetType`, `DisplayName`, `DocumentId`, `LabelingState`, and `PageCount` to describe various attributes of the document, including type, name, identifier, labeling status, and page number."],["There are two constructors available for `DocumentMetadata`: a default constructor and another that takes an existing `DocumentMetadata` object as a parameter."],["The `DocumentMetadata` class inherits from `object` and contains inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]