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\u003eThe \u003ccode\u003eTextFrame\u003c/code\u003e class provides video frame-level annotation results for text detection, also known as Optical Character Recognition (OCR).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTextFrame\u003c/code\u003e objects contain information about timestamps and bounding box locations for detected text snippets within video frames.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTextFrame\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling comprehensive functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties for the \u003ccode\u003eRotatedBoundingBox\u003c/code\u003e, which defines the bounding polygon of detected text, and \u003ccode\u003eTimeOffset\u003c/code\u003e, which specifies the frame's timestamp.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available to create a \u003ccode\u003eTextFrame\u003c/code\u003e object, either a default one, or one from an existing \u003ccode\u003eTextFrame\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]