Class: Aws::Rekognition::Types::GetSegmentDetectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::GetSegmentDetectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
Job identifier for the text detection operation for which you want results returned.
-
#max_results ⇒ Integer
Maximum number of results to return per paginated call.
-
#next_token ⇒ String
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.
Instance Attribute Details
#job_id ⇒ String
Job identifier for the text detection operation for which you want results returned. You get the job identifer from an initial call to ‘StartSegmentDetection`.
4062 4063 4064 4065 4066 4067 4068 |
# File 'lib/aws-sdk-rekognition/types.rb', line 4062 class GetSegmentDetectionRequest < Struct.new( :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of results to return per paginated call. The largest value you can specify is 1000.
4062 4063 4064 4065 4066 4067 4068 |
# File 'lib/aws-sdk-rekognition/types.rb', line 4062 class GetSegmentDetectionRequest < Struct.new( :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
4062 4063 4064 4065 4066 4067 4068 |
# File 'lib/aws-sdk-rekognition/types.rb', line 4062 class GetSegmentDetectionRequest < Struct.new( :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |