StartSegmentDetectionResponse constructor

StartSegmentDetectionResponse({
  1. String? jobId,
})

Implementation

StartSegmentDetectionResponse({
  this.jobId,
});