Class VideoTrackedObjectProperties
Properties of a tracked object in a video.
Inherited Members
Namespace: Oci.AivisionService.Models
Assembly: OCI.DotNetSDK.Aivision.dll
Syntax
public class VideoTrackedObjectProperties
Properties
AxleCount
Declaration
[JsonProperty(PropertyName = "axleCount")]
public int? AxleCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The axle count value of a tracked vehicle. |
TrailerIds
Declaration
[JsonProperty(PropertyName = "trailerIds")]
public List<int> TrailerIds { get; set; }
Property Value
Type | Description |
---|---|
List<int> | Object IDs of the trailers associated with the tracked vehicle. |