public sealed class Property : IMessage<DocumentSchema.Types.EntityType.Types.Property>, IEquatable<DocumentSchema.Types.EntityType.Types.Property>, IDeepCloneable<DocumentSchema.Types.EntityType.Types.Property>, IBufferMessage, IMessageDefines properties that can be part of the entity type.
Implements
IMessage<DocumentSchema.Types.EntityType.Types.Property>, IEquatable<DocumentSchema.Types.EntityType.Types.Property>, IDeepCloneable<DocumentSchema.Types.EntityType.Types.Property>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Property()
public Property()Property(DocumentSchema.Types.EntityType.Types.Property)
public Property(DocumentSchema.Types.EntityType.Types.Property other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        DocumentSchema.Types.EntityType.Types.Property | 
      
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 | 
DocumentSchema.Types.EntityType.Types.Property.Types.OccurrenceType | 
        |
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 | 
        |