Class: Aws::Rekognition::Types::StartCelebrityRecognitionResponse

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 celebrity recognition analysis job. Use ‘JobId` to identify the job in a subsequent call to `GetCelebrityRecognition`.

Returns:

  • (String)


6852
6853
6854
6855
6856
# File 'lib/aws-sdk-rekognition/types.rb', line 6852

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