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