Class: Aws::Rekognition::Types::GetLabelDetectionRequestMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::GetLabelDetectionRequestMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Contains metadata about a label detection request, including the SortBy and AggregateBy options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregate_by ⇒ String
The aggregation method chosen for a GetLabelDetection request.
-
#sort_by ⇒ String
The sorting method chosen for a GetLabelDetection request.
Instance Attribute Details
#aggregate_by ⇒ String
The aggregation method chosen for a GetLabelDetection request.
3794 3795 3796 3797 3798 3799 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3794 class GetLabelDetectionRequestMetadata < Struct.new( :sort_by, :aggregate_by) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The sorting method chosen for a GetLabelDetection request.
3794 3795 3796 3797 3798 3799 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3794 class GetLabelDetectionRequestMetadata < Struct.new( :sort_by, :aggregate_by) SENSITIVE = [] include Aws::Structure end |