VideoSegment¶
-
class
oci.ai_vision.models.
VideoSegment
(**kwargs)¶ Bases:
object
A sequence of frames that was (or appears to be) continuously captured for a label/object/text?.
Methods
__init__
(**kwargs)Initializes a new VideoSegment object with values from keyword arguments. Attributes
end_time_offset_ms
[Required] Gets the end_time_offset_ms of this VideoSegment. start_time_offset_ms
[Required] Gets the start_time_offset_ms of this VideoSegment. -
__init__
(**kwargs)¶ Initializes a new VideoSegment object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - start_time_offset_ms (int) – The value to assign to the start_time_offset_ms property of this VideoSegment.
- end_time_offset_ms (int) – The value to assign to the end_time_offset_ms property of this VideoSegment.
-
end_time_offset_ms
¶ [Required] Gets the end_time_offset_ms of this VideoSegment. Video end time offset(Milliseconds).
Returns: The end_time_offset_ms of this VideoSegment. Return type: int
-
start_time_offset_ms
¶ [Required] Gets the start_time_offset_ms of this VideoSegment. Video start time offset(Milliseconds).
Returns: The start_time_offset_ms of this VideoSegment. Return type: int
-