Utility methods for interacting with the system's Live Text.
For example, the Live Text input feature of iOS turns the keyboard into a camera view for directly inserting text obtained through OCR into the active field.
See also:
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
isLiveTextInputAvailable(
) → Future< bool> - Returns true if the Live Text input feature is available on the current device.
-
startLiveTextInput(
) → void - Start Live Text input.