Class LabelSegment (2.3.0)

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

Video segment level annotation results for label detection.

Inheritance

Object > LabelSegment

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

LabelSegment()

public LabelSegment()

LabelSegment(LabelSegment)

public LabelSegment(LabelSegment other)
Parameter
NameDescription
otherLabelSegment

Properties

Confidence

public float Confidence { get; set; }

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

Property Value
TypeDescription
Single

Segment

public VideoSegment Segment { get; set; }

Video segment where a label was detected.

Property Value
TypeDescription
VideoSegment