Class: Google::Cloud::VisionAI::V1::ProductRecognizerConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/platform.rb

Overview

Message describing ProductRecognizerConfig.

Instance Attribute Summary collapse

Instance Attribute Details

#recognition_confidence_threshold::Float

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



2080
2081
2082
2083
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 2080

class ProductRecognizerConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#retail_endpoint::String

Returns The resource name of retail endpoint to use.

Returns:

  • (::String)

    The resource name of retail endpoint to use.



2080
2081
2082
2083
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 2080

class ProductRecognizerConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end