Class VideoStreamObjectTrackingFeature
Video stream object tracking feature
Inherited Members
Namespace: Oci.AivisionService.Models
Assembly: OCI.DotNetSDK.Aivision.dll
Syntax
public class VideoStreamObjectTrackingFeature : VideoStreamFeature
Properties
TrackingTypes
Declaration
[Required(ErrorMessage = "TrackingTypes is required.")]
[JsonProperty(PropertyName = "trackingTypes")]
public List<TrackingType> TrackingTypes { get; set; }
Property Value
Type | Description |
---|---|
List<TrackingType> | List of details of what to track. |
Remarks
Required