menu
scanbot_sdk
scanbot_sdk.dart
PerformOcrResult
PerformOcrResult.new constructor
PerformOcrResult.new
dark_mode
light_mode
PerformOcrResult
constructor
PerformOcrResult
(
{
required
String
recognizedText
,
required
List
<
OcrPage
>
pages
,
})
Implementation
PerformOcrResult({ required this.recognizedText, required this.pages, });
scanbot_sdk
scanbot_sdk
PerformOcrResult
PerformOcrResult.new constructor
PerformOcrResult class