public sealed class DocumentSchema.Types.EntityType.Types.EnumValues : IMessage<DocumentSchema.Types.EntityType.Types.EnumValues>, IEquatable<DocumentSchema.Types.EntityType.Types.EnumValues>, IDeepCloneable<DocumentSchema.Types.EntityType.Types.EnumValues>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class DocumentSchema.Types.EntityType.Types.EnumValues.
[[["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."],[[["This document provides reference and code samples for the `DocumentSchema.Types.EntityType.Types.EnumValues` class within the Cloud Document AI v1beta3 API."],["The `EnumValues` class is defined as a list of enum values and inherits from `object`, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is part of the `Google.Cloud.DocumentAI.V1Beta3` namespace and is located in the `Google.Cloud.DocumentAI.V1Beta3.dll` assembly."],["It offers two constructors: a default `EnumValues()` constructor and an `EnumValues(DocumentSchema.Types.EntityType.Types.EnumValues other)` constructor to create an instance from an existing one."],["The `Values` property, of type `RepeatedField\u003cstring\u003e`, allows you to manage the individual values that the enum can include."]]],[]]