interface library

Classes

BaseLanguageDetector
Predicts the language of an input text.
BaseLanguageDetectorOptions
Configuration object for a MediaPipe text classifier.
BaseLanguageDetectorResult
Container with results of MediaPipe's language detection task.
BaseLanguagePrediction
A language code and its probability. Used as part of the output of a language detector.
BaseTextClassifier
Utility to analyze text via MediaPipe's text classification task.
BaseTextClassifierOptions
Configuration object for a MediaPipe text classifier.
BaseTextClassifierResult
Container with results of MediaPipe's classifyText task.
BaseTextEmbedder
Utility to convert text into an embedding suitable for other MediaPipe tasks.
BaseTextEmbedderOptions
Configuration object for a MediaPipe text embedder.