Google Cloud Video Intelligence v1 API - Class TextFrame (3.3.0)

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.

Inheritance

object > TextFrame

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

TextFrame()

public TextFrame()

TextFrame(TextFrame)

public TextFrame(TextFrame other)
Parameter
NameDescription
otherTextFrame

Properties

RotatedBoundingBox

public NormalizedBoundingPoly RotatedBoundingBox { get; set; }

Bounding polygon of the detected text for this frame.

Property Value
TypeDescription
NormalizedBoundingPoly

TimeOffset

public Duration TimeOffset { get; set; }

Timestamp of this frame.

Property Value
TypeDescription
Duration