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)


6865
6866
6867
6868
6869
# File 'lib/aws-sdk-rekognition/types.rb', line 6865

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