Class: Aws::Types::DetectLabelsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetectLabelsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#features ⇒ ::Array[("GENERAL_LABELS" | "IMAGE_PROPERTIES")]
Returns the value of attribute features.
-
#image ⇒ Types::Image
Returns the value of attribute image.
-
#max_labels ⇒ ::Integer
Returns the value of attribute max_labels.
-
#min_confidence ⇒ ::Float
Returns the value of attribute min_confidence.
-
#settings ⇒ Types::DetectLabelsSettings
Returns the value of attribute settings.
Instance Attribute Details
#features ⇒ ::Array[("GENERAL_LABELS" | "IMAGE_PROPERTIES")]
Returns the value of attribute features.
600 601 602 |
# File 'sig/types.rbs', line 600 def features @features end |
#image ⇒ Types::Image
Returns the value of attribute image.
597 598 599 |
# File 'sig/types.rbs', line 597 def image @image end |
#max_labels ⇒ ::Integer
Returns the value of attribute max_labels.
598 599 600 |
# File 'sig/types.rbs', line 598 def max_labels @max_labels end |
#min_confidence ⇒ ::Float
Returns the value of attribute min_confidence.
599 600 601 |
# File 'sig/types.rbs', line 599 def min_confidence @min_confidence end |
#settings ⇒ Types::DetectLabelsSettings
Returns the value of attribute settings.
601 602 603 |
# File 'sig/types.rbs', line 601 def settings @settings end |