Class: Aws::Rekognition::Types::DetectCustomLabelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DetectCustomLabelsResponse
- Defined in:
- gems/aws-sdk-rekognition/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.
1667 1668 1669 1670 1671 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1667 class DetectCustomLabelsResponse < Struct.new( :custom_labels) SENSITIVE = [] include Aws::Structure end |