Cloud Document AI v1beta3 API - Class DocumentSchema.Types.EntityType.Types.Property (2.0.0-beta19)

public sealed class DocumentSchema.Types.EntityType.Types.Property : IMessage<DocumentSchema.Types.EntityType.Types.Property>, IEquatable<DocumentSchema.Types.EntityType.Types.Property>, IDeepCloneable<DocumentSchema.Types.EntityType.Types.Property>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1beta3 API class DocumentSchema.Types.EntityType.Types.Property.

Defines properties that can be part of the entity type.

Inheritance

object > DocumentSchema.Types.EntityType.Types.Property

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

Property()

public Property()

Property(Property)

public Property(DocumentSchema.Types.EntityType.Types.Property other)
Parameter
NameDescription
otherDocumentSchemaTypesEntityTypeTypesProperty

Properties

DisplayName

public string DisplayName { get; set; }

User defined name for the property.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

The name of the property. Follows the same guidelines as the EntityType name.

Property Value
TypeDescription
string

OccurrenceType

public DocumentSchema.Types.EntityType.Types.Property.Types.OccurrenceType OccurrenceType { get; set; }

Occurrence type limits the number of instances an entity type appears in the document.

Property Value
TypeDescription
DocumentSchemaTypesEntityTypeTypesPropertyTypesOccurrenceType

PropertyMetadata

public PropertyMetadata PropertyMetadata { get; set; }

Any additional metadata about the property can be added here.

Property Value
TypeDescription
PropertyMetadata

ValueType

public string ValueType { get; set; }

A reference to the value type of the property. This type is subject to the same conventions as the Entity.base_types field.

Property Value
TypeDescription
string