applyCafDocumentDetector method
Future<bool>
applyCafDocumentDetector(
- CafDocumentDetectorConfiguration documentDetectorConfiguration
Implementation
Future<bool> applyCafDocumentDetector(
CafDocumentDetectorConfiguration documentDetectorConfiguration,
) {
throw UnimplementedError(
'applyCafDocumentDetector() has not been implemented.',
);
}