Class: Aws::Textract::Types::StartDocumentAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::StartDocumentAnalysisResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-textract/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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`. A `JobId` value is only valid for 7 days.
2807 2808 2809 2810 2811 |
# File 'lib/aws-sdk-textract/types.rb', line 2807 class StartDocumentAnalysisResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |