Class GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty
Defines properties that can be part of the entity type.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty : IDirectResponseSchema
Properties
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 |
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 |