public static interface DocumentSchema.EntityType.PropertyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
The description of the property.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The description of the property.
|
String |
getDisplayName()
User defined name for the property.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
User defined name for the property.
|
String |
getName()
The name of the property.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the property.
|
DocumentSchema.EntityType.Property.OccurrenceType |
getOccurrenceType()
Occurrence type limits the number of instances an entity type appears
in the document.
|
int |
getOccurrenceTypeValue()
Occurrence type limits the number of instances an entity type appears
in the document.
|
PropertyMetadata |
getPropertyMetadata()
Any additional metadata about the property can be added here.
|
PropertyMetadataOrBuilder |
getPropertyMetadataOrBuilder()
Any additional metadata about the property can be added here.
|
String |
getValueType()
A reference to the value type of the property.
|
com.google.protobuf.ByteString |
getValueTypeBytes()
A reference to the value type of the property.
|
boolean |
hasPropertyMetadata()
Any additional metadata about the property can be added here.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the property. Follows the same guidelines as the EntityType name.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the property. Follows the same guidelines as the EntityType name.
string name = 1;String getDescription()
The description of the property. Could be used to provide more information about the property for model calls.
string description = 7;com.google.protobuf.ByteString getDescriptionBytes()
The description of the property. Could be used to provide more information about the property for model calls.
string description = 7;String getDisplayName()
User defined name for the property.
string display_name = 6;com.google.protobuf.ByteString getDisplayNameBytes()
User defined name for the property.
string display_name = 6;String getValueType()
A reference to the value type of the property. This type is subject to the same conventions as the `Entity.base_types` field.
string value_type = 2;com.google.protobuf.ByteString getValueTypeBytes()
A reference to the value type of the property. This type is subject to the same conventions as the `Entity.base_types` field.
string value_type = 2;int getOccurrenceTypeValue()
Occurrence type limits the number of instances an entity type appears in the document.
.google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property.OccurrenceType occurrence_type = 3;
DocumentSchema.EntityType.Property.OccurrenceType getOccurrenceType()
Occurrence type limits the number of instances an entity type appears in the document.
.google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property.OccurrenceType occurrence_type = 3;
boolean hasPropertyMetadata()
Any additional metadata about the property can be added here.
.google.cloud.documentai.v1beta3.PropertyMetadata property_metadata = 5;PropertyMetadata getPropertyMetadata()
Any additional metadata about the property can be added here.
.google.cloud.documentai.v1beta3.PropertyMetadata property_metadata = 5;PropertyMetadataOrBuilder getPropertyMetadataOrBuilder()
Any additional metadata about the property can be added here.
.google.cloud.documentai.v1beta3.PropertyMetadata property_metadata = 5;Copyright © 2024 Google LLC. All rights reserved.