public sealed class LabelSegment : IMessage<LabelSegment>, IEquatable<LabelSegment>, IDeepCloneable<LabelSegment>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class LabelSegment.
Video segment level annotation results for label detection.
Implements
IMessageLabelSegment, IEquatableLabelSegment, IDeepCloneableLabelSegment, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
LabelSegment()
public LabelSegment()
LabelSegment(LabelSegment)
public LabelSegment(LabelSegment other)
Parameter | |
---|---|
Name | Description |
other |
LabelSegment |
Properties
Confidence
public float Confidence { get; set; }
Confidence that the label is accurate. Range: [0, 1].
Property Value | |
---|---|
Type | Description |
float |
Segment
public VideoSegment Segment { get; set; }
Video segment where a label was detected.
Property Value | |
---|---|
Type | Description |
VideoSegment |