io library
Classes
- LanguageDetector
-
LanguageDetector implementation able to use FFI and
dart:io
. - LanguageDetectorExecutor
- Executes MediaPipe's "detect language" task.
- LanguageDetectorOptions
- This io-friendly implementation is not immutable strictly to track whether dispose has been called.
- LanguageDetectorResult
- Container with results of MediaPipe's language detection task.
- LanguagePrediction
- A language code and its probability. Used as part of the output of a language detector.
- TextClassifier
- Utility to analyze text via MediaPipe's text classification task.
- TextClassifierExecutor
- Executes MediaPipe's "classifyText" task.
- TextClassifierOptions
- Configuration object for a MediaPipe text classifier.
- TextClassifierResult
-
Container with results of MediaPipe's
classifyText
task. - TextEmbedder
-
TextEmbedder implementation able to use FFI and
dart:io
. - TextEmbedderExecutor
- Executes MediaPipe's "embedText" task.
- TextEmbedderOptions
- Configuration object for a MediaPipe text embedder.
- TextEmbedderResult
Enums
- EmbeddingType
-
Marker for which flavor of analysis was performed for a specific
Embedding
instance.