public sealed class TextAnnotation : IMessage<TextAnnotation>, IEquatable<TextAnnotation>, IDeepCloneable<TextAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class TextAnnotation.
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."],[[["This document provides reference documentation for the `TextAnnotation` class within the Google Cloud Video Intelligence v1 API."],["The `TextAnnotation` class is used to represent annotations related to detected OCR text snippets, including text, confidence, and frame-level information."],["The `TextAnnotation` class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from the `object` class."],["`TextAnnotation` has properties like `Segments`, `Text`, and `Version` that show data such as the video segments where text appears, the actual detected text, and the version of the feature."],["The latest version of the documentation is 3.4.0, but this specific page documents version 3.2.0 of the `TextAnnotation` class."]]],[]]