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-04-01 UTC."],[[["The `TextAnnotation` class, part of the Google.Cloud.VideoIntelligence.V1 namespace, is used for annotations related to detected OCR text snippets, including text, confidence, and frame information."],["`TextAnnotation` has properties like `Segments` (for video segments with detected text), `Text` (for the actual detected text), and `Version` (for the feature version)."],["The `TextAnnotation` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, allowing it to be used in various contexts within the Google Cloud .NET environment."],["The latest version of this class is 3.4.0, and it contains methods for retrieving segments, along with the detected text and feature version, which are stored as strings."]]],[]]