Class: Aws::Rekognition::Types::StartLabelDetectionResponse

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

The identifier for the label detection job. Use ‘JobId` to identify the job in a subsequent call to `GetLabelDetection`.

Returns:

  • (String)


7102
7103
7104
7105
7106
# File 'lib/aws-sdk-rekognition/types.rb', line 7102

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