VideoStreamMetadata

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

Bases: object

Video information.

Methods

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

Attributes

frame_height [Required] Gets the frame_height of this VideoStreamMetadata.
frame_rate [Required] Gets the frame_rate of this VideoStreamMetadata.
frame_width [Required] Gets the frame_width of this VideoStreamMetadata.
__init__(**kwargs)

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

Parameters:
  • frame_rate (float) – The value to assign to the frame_rate property of this VideoStreamMetadata.
  • frame_width (int) – The value to assign to the frame_width property of this VideoStreamMetadata.
  • frame_height (int) – The value to assign to the frame_height property of this VideoStreamMetadata.
frame_height

[Required] Gets the frame_height of this VideoStreamMetadata. Height of each frame.

Returns:The frame_height of this VideoStreamMetadata.
Return type:int
frame_rate

[Required] Gets the frame_rate of this VideoStreamMetadata. Video framerate.

Returns:The frame_rate of this VideoStreamMetadata.
Return type:float
frame_width

[Required] Gets the frame_width of this VideoStreamMetadata. Width of each frame.

Returns:The frame_width of this VideoStreamMetadata.
Return type:int