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

public sealed class LabelFrame : IMessage<LabelFrame>, IEquatable<LabelFrame>, IDeepCloneable<LabelFrame>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class LabelFrame.

Video frame level annotation results for label detection.

Inheritance

object > LabelFrame

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

LabelFrame()

public LabelFrame()

LabelFrame(LabelFrame)

public LabelFrame(LabelFrame other)
Parameter
NameDescription
otherLabelFrame

Properties

Confidence

public float Confidence { get; set; }

Confidence that the label is accurate. Range: [0, 1].

Property Value
TypeDescription
float

TimeOffset

public Duration TimeOffset { get; set; }

Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.

Property Value
TypeDescription
Duration