Class: Aws::Types::DetectLabelsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DetectLabelsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_properties ⇒ Types::DetectLabelsImageProperties
Returns the value of attribute image_properties.
-
#label_model_version ⇒ ::String
Returns the value of attribute label_model_version.
-
#labels ⇒ ::Array[Types::Label]
Returns the value of attribute labels.
-
#orientation_correction ⇒ "ROTATE_0", ...
Returns the value of attribute orientation_correction.
Instance Attribute Details
#image_properties ⇒ Types::DetectLabelsImageProperties
Returns the value of attribute image_properties.
609 610 611 |
# File 'sig/types.rbs', line 609 def image_properties @image_properties end |
#label_model_version ⇒ ::String
Returns the value of attribute label_model_version.
608 609 610 |
# File 'sig/types.rbs', line 608 def label_model_version @label_model_version end |
#labels ⇒ ::Array[Types::Label]
Returns the value of attribute labels.
606 607 608 |
# File 'sig/types.rbs', line 606 def labels @labels end |
#orientation_correction ⇒ "ROTATE_0", ...
Returns the value of attribute orientation_correction.
607 608 609 |
# File 'sig/types.rbs', line 607 def orientation_correction @orientation_correction end |