PluginsMLKit Text
TextRecognizer
API reference for TextRecognizer class.
TextRecognizer
The main plugin class for text recognition.
expect class TextRecognizer : CameraPlugin {
val text: StateFlow<TextResult?>
}Properties
| Property | Type | Description |
|---|---|---|
text | StateFlow<TextResult?> | A flow emitting the TextResult for the current frame, or null if no text was detected. |