universal_mediapipe_text library
Classes
- LanguageDetector
- Predicts the language of an input text.
- LanguageDetectorOptions
- LanguageDetectorResult
- 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.
- TextClassifierOptions
- Configuration object for a MediaPipe text classifier.
- TextClassifierResult
-
Container with results of MediaPipe's
classifyText
task. - TextEmbedder
- Utility to convert text into an embedding suitable for other MediaPipe tasks.
- TextEmbedderOptions
- Configuration object for a MediaPipe text embedder.
- TextEmbedderResult
Enums
- EmbeddingType
-
Marker for which flavor of analysis was performed for a specific
Embedding
instance.