DetectTextResponse constructor
DetectTextResponse({
- List<
TextDetection> ? textDetections, - String? textModelVersion,
Implementation
DetectTextResponse({
this.textDetections,
this.textModelVersion,
});