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"]],[["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 `TextFrame` class provides video frame-level annotation results for text detection, also known as Optical Character Recognition (OCR)."],["`TextFrame` objects contain information about timestamps and bounding box locations for detected text snippets within video frames."],["The `TextFrame` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling comprehensive functionality."],["The class includes properties for the `RotatedBoundingBox`, which defines the bounding polygon of detected text, and `TimeOffset`, which specifies the frame's timestamp."],["There are two constructors available to create a `TextFrame` object, either a default one, or one from an existing `TextFrame`."]]],[]]