applyCafDocumentDetector method

Future<bool> applyCafDocumentDetector(
  1. CafDocumentDetectorConfiguration documentDetectorConfiguration
)

Implementation

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