StartLabelDetectionResponse constructor

StartLabelDetectionResponse({
  1. String? jobId,
})

Implementation

StartLabelDetectionResponse({
  this.jobId,
});