Class: Aws::Rekognition::Types::GetSegmentDetectionRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

Job identifier for the text detection operation for which you want results returned. You get the job identifer from an initial call to ‘StartSegmentDetection`.

Returns:

  • (String)


4037
4038
4039
4040
4041
4042
4043
# File 'lib/aws-sdk-rekognition/types.rb', line 4037

class GetSegmentDetectionRequest < Struct.new(
  :job_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of results to return per paginated call. The largest value you can specify is 1000.

Returns:

  • (Integer)


4037
4038
4039
4040
4041
4042
4043
# File 'lib/aws-sdk-rekognition/types.rb', line 4037

class GetSegmentDetectionRequest < Struct.new(
  :job_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of text.

Returns:

  • (String)


4037
4038
4039
4040
4041
4042
4043
# File 'lib/aws-sdk-rekognition/types.rb', line 4037

class GetSegmentDetectionRequest < Struct.new(
  :job_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end