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."],[[["The `TextAnnotation` class in the Google Cloud Video Intelligence v1 API provides annotations for detected OCR text snippets, including text, confidence, and frame-level information."],["`TextAnnotation` is the class in focus, and is implemented from multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is 3.4.0, however there is a list of version all the way down to 2.2.0, and is within the namespace `Google.Cloud.VideoIntelligence.V1`."],["The `TextAnnotation` class includes properties like `Segments` to list all video segments with detected text, `Text` to specify the detected text, and `Version` to indicate the feature version."],["The class has two constructors one for instantiation, and one for copying from another instance, as well as implementing inherited methods from the Object class."]]],[]]