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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

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.

Returns:

  • (String)


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