Show / Hide Table of Contents

Class VideoStreamObjectTrackingFeature

Video stream object tracking feature

Inheritance
object
VideoStreamFeature
VideoStreamObjectTrackingFeature
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 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

In this article
Back to top