Compose Camera LogoCompose Camera
PluginsMLKit Text

TextElement

API reference for TextElement data class.

TextElement

Represents a single word or symbol.

data class TextElement(
    val text: String
)

Properties

PropertyTypeDescription
textStringThe localized string for this element.

On this page