Class: Aws::Textract::Types::StartDocumentAnalysisResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

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.

Returns:

  • (String)


2807
2808
2809
2810
2811
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2807

class StartDocumentAnalysisResponse < Struct.new(
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end