public sealed class TextFrame : IMessage<TextFrame>, IEquatable<TextFrame>, IDeepCloneable<TextFrame>, IBufferMessage, IMessage
Video frame level annotation results for text annotation (OCR).
Contains information regarding timestamp and bounding box locations for the
frames containing detected OCR text snippets.
[[["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\u003eThis webpage provides documentation for the \u003ccode\u003eTextFrame\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.VideoIntelligence.V1\u003c/code\u003e namespace, specifically for version 3.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTextFrame\u003c/code\u003e class represents video frame-level annotation results for text detection, including timestamp and bounding box information.\u003c/p\u003e\n"],["\u003cp\u003eIt implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, which indicate how the object can be used.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTextFrame\u003c/code\u003e class contains two main properties: \u003ccode\u003eRotatedBoundingBox\u003c/code\u003e, which defines the bounding polygon of the text, and \u003ccode\u003eTimeOffset\u003c/code\u003e, which specifies the timestamp of the frame.\u003c/p\u003e\n"],["\u003cp\u003eConstructors for creating new \u003ccode\u003eTextFrame\u003c/code\u003e objects are provided, including a default constructor and one that accepts another \u003ccode\u003eTextFrame\u003c/code\u003e object as a parameter for copy purposes.\u003c/p\u003e\n"]]],[],null,[]]