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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTextAnnotation\u003c/code\u003e class, part of the Google.Cloud.VideoIntelligence.V1 namespace, is used for annotations related to detected OCR text snippets.\u003c/p\u003e\n"],["\u003cp\u003eThis class contains information such as the detected text, its confidence value, and frame-level details.\u003c/p\u003e\n"],["\u003cp\u003eIt supports multiple versions, with version 3.4.0 being the latest, and the documentation covers versions back to 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTextAnnotation\u003c/code\u003e includes properties like \u003ccode\u003eSegments\u003c/code\u003e which contains all video segments where text was detected, and \u003ccode\u003eText\u003c/code\u003e, which is the detected text itself.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e from the Google.Protobuf library, while inheriting methods from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]