TextDetectionParams constructor

TextDetectionParams(
  1. {required bool enableTextDetectionConfidenceScore}
)

Implementation

TextDetectionParams({required this.enableTextDetectionConfidenceScore});