toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final advancedOcrOptions = this.advancedOcrOptions;
  final enableTextDetectionConfidenceScore =
      this.enableTextDetectionConfidenceScore;
  return {
    'advancedOcrOptions': ?advancedOcrOptions,
    'enableTextDetectionConfidenceScore': ?enableTextDetectionConfidenceScore,
  };
}