Class: Aws::Types::DetectLabelsSettings
- Inherits:
-
Object
- Object
- Aws::Types::DetectLabelsSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#general_labels ⇒ Types::GeneralLabelsSettings
Returns the value of attribute general_labels.
-
#image_properties ⇒ Types::DetectLabelsImagePropertiesSettings
Returns the value of attribute image_properties.
Instance Attribute Details
#general_labels ⇒ Types::GeneralLabelsSettings
Returns the value of attribute general_labels.
614 615 616 |
# File 'sig/types.rbs', line 614 def general_labels @general_labels end |
#image_properties ⇒ Types::DetectLabelsImagePropertiesSettings
Returns the value of attribute image_properties.
615 616 617 |
# File 'sig/types.rbs', line 615 def image_properties @image_properties end |