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

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

Overview

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.

Returns:

  • (String)


799
800
801
802
# File 'lib/aws-sdk-textract/types.rb', line 799

class StartDocumentAnalysisResponse < Struct.new(
  :job_id)
  include Aws::Structure
end