DetectLabelsResponse constructor
DetectLabelsResponse({
- String? labelModelVersion,
- List<
Label> ? labels, - OrientationCorrection? orientationCorrection,
Implementation
DetectLabelsResponse({
this.labelModelVersion,
this.labels,
this.orientationCorrection,
});