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."],[[["The latest version of the `TextFrame` class for the Google Cloud Video Intelligence v1 API is 3.4.0, and older versions are available for reference as well."],["The `TextFrame` class provides video frame-level annotation results for text detected via Optical Character Recognition (OCR)."],["`TextFrame` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `TextFrame` include `RotatedBoundingBox`, which represents the bounding polygon of the detected text, and `TimeOffset`, which represents the timestamp of the frame."],["The `TextFrame` class is contained in the `Google.Cloud.VideoIntelligence.V1` namespace within the `Google.Cloud.VideoIntelligence.V1.dll` assembly."]]],[]]