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-04-17 UTC."],[[["This page provides documentation for the `TextAnnotation` class within the Google Cloud Video Intelligence v1 API, version 3.3.0."],["The `TextAnnotation` class represents annotations related to detected OCR text in a video, including the text itself, a confidence value, and frame-level information."],["This `TextAnnotation` class inherits from `object` and implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `TextAnnotation` class include `Segments`, a collection of video segments where the text appears, and `Text`, which is the detected text itself."],["There are two constructors provided, a default one with no parameters, and one that accepts another `TextAnnotation` object as an argument."]]],[]]