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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/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)


7027
7028
7029
7030
7031
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7027

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