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-04-09 UTC."],[[["This document provides information on the `TextFrame` class, which is part of the Google Cloud Video Intelligence API, specifically within version 2.3.0."],["The `TextFrame` class is designed to contain video frame-level annotation results for text detection (OCR), holding details about timestamps and bounding box locations for detected text."],["The `TextFrame` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `TextFrame` include `RotatedBoundingBox`, which describes the bounding polygon of the detected text, and `TimeOffset`, which represents the frame's timestamp."],["The document also references other versions of the API ranging from version 2.2.0 to 3.4.0 of the class, while version 3.4.0 is considered the latest."]]],[]]