ML class

Constructors

ML()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

detectFaces(InputImage image, {FaceDetectorMode mode = FaceDetectorMode.fast, bool detectLandmark = false, bool detectContour = false, bool enableClassification = false, bool enableTracking = false, double minFaceSize = 0.15}) Future<List<Face>>
detectObjects(InputImage image, {dynamic isStream = false, dynamic enableClassification = true, dynamic enableMultipleObjects = true}) Future<List<DetectedObject>>
detectPose(InputImage image, {dynamic isStream = false}) Future<Pose?>
extractEntity(String text, {String entityModel = 'english'}) Future<List>
generateSmartReplies(List<Message> history) Future<List>
identifyLanguage(String text, {double confidenceThreshold = 0.5}) Future<String>
identifyPossibleLanguages(String text, {double confidenceThreshold = 0.5}) Future<List<IdentifiedLanguage>>
imageLabeling(InputImage image, {double confidenceThreshold = 0.8}) Future<List<Label>>
scanBarcode(InputImage image, {List<BarcodeFormat> formats = const []}) Future<List>
selfieSegmentation(InputImage image, {bool isStream = true, bool enableRawSizeMask = false}) Future<SegmentationMask?>
textRecognition(InputImage image) Future<RecognizedText?>
translate(String text, {required String from, required String to}) Future<String>