Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::TagRecognizerConfig.
Message describing TagRecognizerConfig.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entity_detection_confidence_threshold
def entity_detection_confidence_threshold() -> ::Float
Returns
- (::Float) — Confidence threshold to filter detection results. If not set, a system default value will be used.
#entity_detection_confidence_threshold=
def entity_detection_confidence_threshold=(value) -> ::Float
Parameter
- value (::Float) — Confidence threshold to filter detection results. If not set, a system default value will be used.
Returns
- (::Float) — Confidence threshold to filter detection results. If not set, a system default value will be used.
#tag_parsing_config
def tag_parsing_config() -> ::Google::Cloud::VisionAI::V1::TagParsingConfig
Returns
- (::Google::Cloud::VisionAI::V1::TagParsingConfig) — Configuration to customize how tags are parsed.
#tag_parsing_config=
def tag_parsing_config=(value) -> ::Google::Cloud::VisionAI::V1::TagParsingConfig
Parameter
- value (::Google::Cloud::VisionAI::V1::TagParsingConfig) — Configuration to customize how tags are parsed.
Returns
- (::Google::Cloud::VisionAI::V1::TagParsingConfig) — Configuration to customize how tags are parsed.