Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::TagParsingConfig.
Configuration for tag parsing.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entity_parsing_configs
def entity_parsing_configs() -> ::Array<::Google::Cloud::VisionAI::V1::TagParsingConfig::EntityParsingConfig>
Returns
- (::Array<::Google::Cloud::VisionAI::V1::TagParsingConfig::EntityParsingConfig>) — Each tag entity class may have an optional EntityParsingConfig which is used to help parse the entities of the class.
#entity_parsing_configs=
def entity_parsing_configs=(value) -> ::Array<::Google::Cloud::VisionAI::V1::TagParsingConfig::EntityParsingConfig>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::TagParsingConfig::EntityParsingConfig>) — Each tag entity class may have an optional EntityParsingConfig which is used to help parse the entities of the class.
Returns
- (::Array<::Google::Cloud::VisionAI::V1::TagParsingConfig::EntityParsingConfig>) — Each tag entity class may have an optional EntityParsingConfig which is used to help parse the entities of the class.