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. trailer_ids
Gets the trailer_ids 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.
- trailer_ids (list[int]) – The value to assign to the trailer_ids 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
-
trailer_ids
¶ Gets the trailer_ids of this VideoTrackedObjectProperties. Object IDs of the trailers associated with the tracked vehicle.
Returns: The trailer_ids of this VideoTrackedObjectProperties. Return type: list[int]
-