Class LabelSegment (2.8.1)

LabelSegment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Video segment level annotation results for label detection.

Attributes

NameDescription
segment google.cloud.videointelligence_v1p1beta1.types.VideoSegment
Video segment where a label was detected.
confidence float
Confidence that the label is accurate. Range: [0, 1].

Inheritance

builtins.object > proto.message.Message > LabelSegment