Class: Aws::Rekognition::Types::StartSegmentDetectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StartSegmentDetectionResponse
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
Unique identifier for the segment detection job.
Instance Attribute Details
#job_id ⇒ String
Unique identifier for the segment detection job. The JobId
is
returned from StartSegmentDetection
.
7332 7333 7334 7335 7336 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7332 class StartSegmentDetectionResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |