Class: Aws::Rekognition::Types::DetectCustomLabelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DetectCustomLabelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_labels ⇒ Array<Types::CustomLabel>
An array of custom labels detected in the input image.
Instance Attribute Details
#custom_labels ⇒ Array<Types::CustomLabel>
An array of custom labels detected in the input image.
2062 2063 2064 2065 2066 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2062 class DetectCustomLabelsResponse < Struct.new( :custom_labels) SENSITIVE = [] include Aws::Structure end |