[[["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-21 UTC."],[[["The `DocumentSchema` class, part of the Google Cloud Document AI v1beta3 API, defines the structure of the output from a document processing operation."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, allowing it to be used within the Google Protobuf environment."],["`DocumentSchema` includes properties such as `Description`, `DisplayName`, `EntityTypes`, and `Metadata` to describe the structure and content of the schema, each of which has its own designated type."],["There are two constructors for the class, one empty and one that accepts another DocumentSchema object."],["The `EntityTypes` property of the `DocumentSchema` class is a `RepeatedField` that holds a collection of `EntityType` objects, which further describes the details of each type of entity within the document."]]],[]]