Class: Aws::Rekognition::Types::StartFaceSearchResponse

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 search job. Use ‘JobId` to identify the job in a subsequent call to `GetFaceSearch`.

Returns:

  • (String)


7040
7041
7042
7043
7044
# File 'lib/aws-sdk-rekognition/types.rb', line 7040

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