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-03-21 UTC."],[[["This documentation covers the `TextFrame` class within the Google Cloud Video Intelligence v1 API, specifically version 3.3.0, detailing its role in video frame-level text annotation."],["The `TextFrame` class, used for OCR results, provides information about timestamps and bounding box locations of detected text snippets within video frames."],["It inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration within the Google Protobuf framework."],["Key properties of the `TextFrame` class include `RotatedBoundingBox`, which defines the bounding polygon of the detected text, and `TimeOffset`, representing the frame's timestamp."],["The reference documentation includes details for different versions, with version 3.4.0 being the latest, going all the way back to version 2.2.0."]]],[]]