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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


7516
7517
7518
7519
7520
# File 'lib/aws-sdk-rekognition/types.rb', line 7516

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