Show / Hide Table of Contents

Class VideoTrackedObjectProperties

Properties of a tracked object in a video.

Inheritance
object
VideoTrackedObjectProperties
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top