Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::DocumentSchema::EntityType::Property.
Defines properties that can be part of the entity type.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — The name of the property. Follows the same guidelines as the EntityType name.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The name of the property. Follows the same guidelines as the EntityType name.
Returns
- (::String) — The name of the property. Follows the same guidelines as the EntityType name.
#occurrence_type
def occurrence_type() -> ::Google::Cloud::DocumentAI::V1::DocumentSchema::EntityType::Property::OccurrenceType
Returns
- (::Google::Cloud::DocumentAI::V1::DocumentSchema::EntityType::Property::OccurrenceType) — Occurrence type limits the number of instances an entity type appears in the document.
#occurrence_type=
def occurrence_type=(value) -> ::Google::Cloud::DocumentAI::V1::DocumentSchema::EntityType::Property::OccurrenceType
Parameter
- value (::Google::Cloud::DocumentAI::V1::DocumentSchema::EntityType::Property::OccurrenceType) — Occurrence type limits the number of instances an entity type appears in the document.
Returns
- (::Google::Cloud::DocumentAI::V1::DocumentSchema::EntityType::Property::OccurrenceType) — Occurrence type limits the number of instances an entity type appears in the document.
#value_type
def value_type() -> ::String
Returns
-
(::String) — A reference to the value type of the property. This type is subject
to the same conventions as the
Entity.base_types
field.
#value_type=
def value_type=(value) -> ::String
Parameter
-
value (::String) — A reference to the value type of the property. This type is subject
to the same conventions as the
Entity.base_types
field.
Returns
-
(::String) — A reference to the value type of the property. This type is subject
to the same conventions as the
Entity.base_types
field.