public sealed class TextAnnotation : IMessage<TextAnnotation>, IEquatable<TextAnnotation>, IDeepCloneable<TextAnnotation>, IBufferMessage, IMessage
Annotations related to one detected OCR text snippet. This will contain the
corresponding text, confidence value, and frame level information for each
detection.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `TextAnnotation` class is 3.4.0, with versions 2.2.0 through 3.3.0 also being available."],["`TextAnnotation` is a class that represents annotations related to detected OCR text snippets, including text content, confidence, and frame-level details."],["The `TextAnnotation` class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`TextAnnotation` contains properties such as `Segments` (video segments with detected OCR text), `Text` (the detected text itself), and `Version` (feature version)."],["There are two ways to construct the `TextAnnotation` object, one being empty and the other taking another `TextAnnotation` object as a parameter."]]],[]]