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 page provides documentation for the `TextFrame` class within the Google Cloud Video Intelligence v1 API, specifically for version 3.2.0."],["The `TextFrame` class represents video frame-level annotation results for text detection (OCR), including timestamp and bounding box information."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `TextFrame` class offers properties such as `RotatedBoundingBox` to determine the text's location and `TimeOffset` to show the frame timestamp."],["The page also provides links to documentation for the latest version (3.4.0) as well as previous versions ranging from 2.2.0 up to 3.3.0."]]],[]]