Class: Aws::Types::DetectCustomLabelsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetectCustomLabelsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image ⇒ Types::Image
Returns the value of attribute image.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#min_confidence ⇒ ::Float
Returns the value of attribute min_confidence.
-
#project_version_arn ⇒ ::String
Returns the value of attribute project_version_arn.
Instance Attribute Details
#image ⇒ Types::Image
Returns the value of attribute image.
541 542 543 |
# File 'sig/types.rbs', line 541 def image @image end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
542 543 544 |
# File 'sig/types.rbs', line 542 def max_results @max_results end |
#min_confidence ⇒ ::Float
Returns the value of attribute min_confidence.
543 544 545 |
# File 'sig/types.rbs', line 543 def min_confidence @min_confidence end |
#project_version_arn ⇒ ::String
Returns the value of attribute project_version_arn.
540 541 542 |
# File 'sig/types.rbs', line 540 def project_version_arn @project_version_arn end |