Class GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty
Defines properties that can be part of the entity type.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty : IDirectResponseSchema
Properties
Description
The description of the property. Could be used to provide more information about the property for model calls.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
User defined name for the property.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the property. Follows the same guidelines as the EntityType name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OccurrenceType
Occurrence type limits the number of instances an entity type appears in the document.
Declaration
[JsonProperty("occurrenceType")]
public virtual string OccurrenceType { get; set; }
Property Value
Type | Description |
---|---|
string |
PropertyMetadata
Any additional metadata about the property can be added here.
Declaration
[JsonProperty("propertyMetadata")]
public virtual GoogleCloudDocumentaiV1beta3PropertyMetadata PropertyMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3PropertyMetadata |
ValueType
A reference to the value type of the property. This type is subject to the same conventions as the
Entity.base_types
field.
Declaration
[JsonProperty("valueType")]
public virtual string ValueType { get; set; }
Property Value
Type | Description |
---|---|
string |