Class: Aws::Rekognition::Types::StartTextDetectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StartTextDetectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
Identifier for the text detection job.
Instance Attribute Details
#job_id ⇒ String
Identifier for the text detection job. Use ‘JobId` to identify the job in a subsequent call to `GetTextDetection`.
7516 7517 7518 7519 7520 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7516 class StartTextDetectionResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |