Class: Aws::Rekognition::Types::StartLabelDetectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StartLabelDetectionResponse
- 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 label detection job.
Instance Attribute Details
#job_id ⇒ String
The identifier for the label detection job. Use JobId
to identify
the job in a subsequent call to GetLabelDetection
.
7115 7116 7117 7118 7119 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7115 class StartLabelDetectionResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |