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."],[[["This webpage provides documentation for the `TextFrame` class within the `Google.Cloud.VideoIntelligence.V1` namespace, specifically for version 3.0.0."],["The `TextFrame` class represents video frame-level annotation results for text detection, including timestamp and bounding box information."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which indicate how the object can be used."],["The `TextFrame` class contains two main properties: `RotatedBoundingBox`, which defines the bounding polygon of the text, and `TimeOffset`, which specifies the timestamp of the frame."],["Constructors for creating new `TextFrame` objects are provided, including a default constructor and one that accepts another `TextFrame` object as a parameter for copy purposes."]]],[]]