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 v1 API class DocumentSchema.Types.EntityType.Types.Property.
Defines properties that can be part of the entity type.
Implements
IMessageDocumentSchemaTypesEntityTypeTypesProperty, IEquatableDocumentSchemaTypesEntityTypeTypesProperty, IDeepCloneableDocumentSchemaTypesEntityTypeTypesProperty, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Property()
public Property()
Property(Property)
public Property(DocumentSchema.Types.EntityType.Types.Property other)
Parameter | |
---|---|
Name | Description |
other | DocumentSchemaTypesEntityTypeTypesProperty |
Properties
Name
public string Name { get; set; }
The name of the property. Follows the same guidelines as the EntityType name.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
DocumentSchemaTypesEntityTypeTypesPropertyTypesOccurrenceType |
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 | |
---|---|
Type | Description |
string |