MLDocumentSkewCorrectionAnalyzer class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

analyseFrame(String imagePath) Future<MLDocumentSkewDetectResult>
asyncDocumentSkewCorrect() Future<MLDocumentSkewCorrectionResult>
asyncDocumentSkewDetect(String imagePath) Future<MLDocumentSkewDetectResult>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stop() Future<bool>
syncDocumentSkewCorrect() Future<MLDocumentSkewCorrectionResult>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

CORRECTION_FAILED → const int
Text box correction failed.
DETECT_FAILED → const int
Text box detection failed.
IMAGE_DATA_ERROR → const int
Incorrect input parameter for text box detection/correction.
SUCCESS → const int
Text box detection/correction succeeded.