VideoTrackedObjectProperties¶
-
class
oci.ai_vision.models.
VideoTrackedObjectProperties
(**kwargs)¶ Bases:
object
Properties of a tracked object in a video.
Methods
__init__
(**kwargs)Initializes a new VideoTrackedObjectProperties object with values from keyword arguments. Attributes
axle_count
Gets the axle_count of this VideoTrackedObjectProperties. -
__init__
(**kwargs)¶ Initializes a new VideoTrackedObjectProperties object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: axle_count (int) – The value to assign to the axle_count property of this VideoTrackedObjectProperties.
-
axle_count
¶ Gets the axle_count of this VideoTrackedObjectProperties. The axle count value of a tracked vehicle.
Returns: The axle_count of this VideoTrackedObjectProperties. Return type: int
-