DetectTextResponse constructor

DetectTextResponse({
  1. List<TextDetection>? textDetections,
  2. String? textModelVersion,
})

Implementation

DetectTextResponse({
  this.textDetections,
  this.textModelVersion,
});