public sealed class TextFrame : IMessage<TextFrame>, IEquatable<TextFrame>, IDeepCloneable<TextFrame>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class TextFrame.
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 documentation covers the `TextFrame` class within the Google Cloud Video Intelligence v1 API, specifically in version 3.1.0."],["`TextFrame` provides video frame-level annotation results for text detected via OCR, including timestamp and bounding box information."],["The `TextFrame` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TextFrame` class has two constructors, one default and another that allows you to pass another `TextFrame` class, and two properties: `RotatedBoundingBox` and `TimeOffset`."],["The latest version of TextFrame is 3.4.0, and other previous versions dating all the way back to version 2.2.0 are also available for this class."]]],[]]