Vision AI V1 API - Class Google::Cloud::VisionAI::V1::TagRecognizerConfig (v0.1.0)

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

#tag_parsing_config=

def tag_parsing_config=(value) -> ::Google::Cloud::VisionAI::V1::TagParsingConfig
Parameter
Returns