public sealed class TextFrame : IMessage<TextFrame>, IEquatable<TextFrame>, IDeepCloneable<TextFrame>, IBufferMessage, IMessageVideo 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
IMessage<TextFrame>, IEquatable<TextFrame>, IDeepCloneable<TextFrame>, 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 |
|