Module: Aws::Rekognition::Client::_DetectLabelsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DetectLabelsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #image_properties ⇒ Types::DetectLabelsImageProperties
- #label_model_version ⇒ ::String
- #labels ⇒ ::Array[Types::Label]
- #orientation_correction ⇒ "ROTATE_0", ...
Instance Method Details
#image_properties ⇒ Types::DetectLabelsImageProperties
487 |
# File 'sig/client.rbs', line 487
def image_properties: () -> Types::DetectLabelsImageProperties
|
#label_model_version ⇒ ::String
486 |
# File 'sig/client.rbs', line 486
def label_model_version: () -> ::String
|
#labels ⇒ ::Array[Types::Label]
484 |
# File 'sig/client.rbs', line 484
def labels: () -> ::Array[Types::Label]
|
#orientation_correction ⇒ "ROTATE_0", ...
485 |
# File 'sig/client.rbs', line 485
def orientation_correction: () -> ("ROTATE_0" | "ROTATE_90" | "ROTATE_180" | "ROTATE_270")
|