Document AI V1beta3 API - Class Google::Cloud::DocumentAI::V1beta3::DocumentSchema::EntityType::Property (v0.20.0)

Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::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::V1beta3::DocumentSchema::EntityType::Property::OccurrenceType
Returns

#occurrence_type=

def occurrence_type=(value) -> ::Google::Cloud::DocumentAI::V1beta3::DocumentSchema::EntityType::Property::OccurrenceType
Parameter
Returns

#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.