Class: Aws::Rekognition::Types::StartSegmentDetectionResponse

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

Unique identifier for the segment detection job. The JobId is returned from StartSegmentDetection.

Returns:

  • (String)


6780
6781
6782
6783
6784
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6780

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