Class: Aws::Rekognition::Types::GetLabelDetectionRequestMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#aggregate_byString

The aggregation method chosen for a GetLabelDetection request.

Returns:

  • (String)


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_byString

The sorting method chosen for a GetLabelDetection request.

Returns:

  • (String)


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