Class: Aws::Textract::Types::StartDocumentAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::StartDocumentAnalysisResponse
- 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 GetDocumentAnalysis.
799 800 801 802 |
# File 'lib/aws-sdk-textract/types.rb', line 799 class StartDocumentAnalysisResponse < Struct.new( :job_id) include Aws::Structure end |