Class: Aws::Rekognition::Types::StartFaceDetectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StartFaceDetectionResponse
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier for the face detection job.
Instance Attribute Details
#job_id ⇒ String
The identifier for the face detection job. Use JobId
to identify
the job in a subsequent call to GetFaceDetection
.
4659 4660 4661 4662 4663 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4659 class StartFaceDetectionResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |