Class: Aws::Rekognition::Types::StartFaceDetectionResponse

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

Returns:

  • (String)


6968
6969
6970
6971
6972
# File 'lib/aws-sdk-rekognition/types.rb', line 6968

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