Class: Aws::Textract::Types::StartDocumentTextDetectionResponse

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 GetDocumentTextDetection.

Returns:

  • (String)


863
864
865
866
# File 'lib/aws-sdk-textract/types.rb', line 863

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