DetectLabelsResponse constructor

DetectLabelsResponse({
  1. String? labelModelVersion,
  2. List<Label>? labels,
  3. OrientationCorrection? orientationCorrection,
})

Implementation

DetectLabelsResponse({
  this.labelModelVersion,
  this.labels,
  this.orientationCorrection,
});