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

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.

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
float

Segment

public VideoSegment Segment { get; set; }

Video segment where a label was detected.

Property Value
TypeDescription
VideoSegment