public sealed class Property : IMessage<DocumentSchema.Types.EntityType.Types.Property>, IEquatable<DocumentSchema.Types.EntityType.Types.Property>, IDeepCloneable<DocumentSchema.Types.EntityType.Types.Property>, IBufferMessage, IMessage
Defines properties that can be part of the entity type.
[[["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."],[[["This webpage provides documentation for the `Property` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically for defining properties that can be part of an entity type in the Document AI service."],["The `Property` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The page offers access to different versions of the documentation, from version 1.0.0 to the latest version 3.19.0, allowing developers to view information relevant to their project's specific version of the Google Cloud Document AI library."],["The `Property` class includes properties such as `Name`, `OccurrenceType`, and `ValueType`, which are essential for defining the characteristics and behavior of a property within the context of a Document AI entity."],["There are two constructors available, one that allows the creation of an empty `Property` object, and the other that allows a property to be created based on another `Property` object."]]],[]]