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 documentation provides details for the `TextAnnotation` class within the Google Cloud Video Intelligence v1 API, specifically for the .NET environment."],["`TextAnnotation` is used for annotations related to detected OCR text snippets, including text content, confidence, and frame-level information."],["The class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are crucial for protobuf usage and .NET compatibility."],["The class includes properties such as `Segments`, `Text`, and `Version`, which are necessary for retrieving information about where the text appears in the video, the content of the text itself, and the feature version."],["There are 7 documented versions of the api, ranging from 2.2.0 to the latest version, 3.4.0, each with its own reference documentation."]]],[]]