VideoLabelSegment

class oci.ai_vision.models.VideoLabelSegment(**kwargs)

Bases: object

A label segment in a video.

Methods

__init__(**kwargs) Initializes a new VideoLabelSegment object with values from keyword arguments.

Attributes

confidence [Required] Gets the confidence of this VideoLabelSegment.
video_segment [Required] Gets the video_segment of this VideoLabelSegment.
__init__(**kwargs)

Initializes a new VideoLabelSegment object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • video_segment (oci.ai_vision.models.VideoSegment) – The value to assign to the video_segment property of this VideoLabelSegment.
  • confidence (float) – The value to assign to the confidence property of this VideoLabelSegment.
confidence

[Required] Gets the confidence of this VideoLabelSegment. The confidence score, between 0 and 1.

Returns:The confidence of this VideoLabelSegment.
Return type:float
video_segment

[Required] Gets the video_segment of this VideoLabelSegment.

Returns:The video_segment of this VideoLabelSegment.
Return type:oci.ai_vision.models.VideoSegment