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. |