Class: Aws::Textract::Types::StartDocumentTextDetectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::StartDocumentTextDetectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-textract/types.rb
Overview
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier for the document text-detection job.
Instance Attribute Details
#job_id ⇒ String
The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.
863 864 865 866 |
# File 'lib/aws-sdk-textract/types.rb', line 863 class StartDocumentTextDetectionResponse < Struct.new( :job_id) include Aws::Structure end |