Class: Aws::Rekognition::Types::StartTextDetectionResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

Identifier for the text detection job. Use JobId to identify the job in a subsequent call to GetTextDetection.

Returns:

  • (String)


7503
7504
7505
7506
7507
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7503

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