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.
Implements
IMessageTextFrame, IEquatableTextFrame, IDeepCloneableTextFrame, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
TextFrame()
public TextFrame()
TextFrame(TextFrame)
public TextFrame(TextFrame other)
Parameter | |
---|---|
Name | Description |
other |
TextFrame |
Properties
RotatedBoundingBox
public NormalizedBoundingPoly RotatedBoundingBox { get; set; }
Bounding polygon of the detected text for this frame.
Property Value | |
---|---|
Type | Description |
NormalizedBoundingPoly |
TimeOffset
public Duration TimeOffset { get; set; }
Timestamp of this frame.
Property Value | |
---|---|
Type | Description |
Duration |