Class: Aws::Rekognition::Types::DetectCustomLabelsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_labelsArray<Types::CustomLabel>

An array of custom labels detected in the input image.

Returns:



2050
2051
2052
2053
2054
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2050

class DetectCustomLabelsResponse < Struct.new(
  :custom_labels)
  SENSITIVE = []
  include Aws::Structure
end