ConnectionlessHandwritingError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum ConnectionlessHandwritingError
type ConnectionlessHandwritingError =
- Inheritance
-
ConnectionlessHandwritingError
Fields
| Name | Value | Description |
|---|---|---|
| NoTextRecognized | 0 | Error code indicating that the connectionless handwriting session started and completed but no text was recognized. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Unsupported | 1 | Error code indicating that the connectionless handwriting session was not started as the current IME does not support it. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Other | 2 | Error code for any other reason that the connectionless handwriting session did not complete successfully. Either the session could not start, or the session started but did not complete successfully. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |