Class: Aws::Textract::Types::StartDocumentTextDetectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::StartDocumentTextDetectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-textract/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier of the text detection job for the document.
Instance Attribute Details
#job_id ⇒ String
The identifier of the text detection job for the document. Use ‘JobId` to identify the job in a subsequent call to `GetDocumentTextDetection`. A `JobId` value is only valid for 7 days.
2878 2879 2880 2881 2882 |
# File 'lib/aws-sdk-textract/types.rb', line 2878 class StartDocumentTextDetectionResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |