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.
Implements
IMessageLabelFrame, IEquatableLabelFrame, IDeepCloneableLabelFrame, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
LabelFrame()
public LabelFrame()
LabelFrame(LabelFrame)
public LabelFrame(LabelFrame other)
Parameter | |
---|---|
Name | Description |
other | LabelFrame |
Properties
Confidence
public float Confidence { get; set; }
Confidence that the label is accurate. Range: [0, 1].
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Duration |