public sealed class LabelSegment : IMessage<LabelSegment>, IEquatable<LabelSegment>, IDeepCloneable<LabelSegment>, IBufferMessage, IMessageVideo segment level annotation results for label detection.
Implements
IMessage<LabelSegment>, IEquatable<LabelSegment>, IDeepCloneable<LabelSegment>, 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 |
Single |
|
Segment
public VideoSegment Segment { get; set; }Video segment where a label was detected.
| Property Value | |
|---|---|
| Type | Description |
VideoSegment |
|