Class StreamGroupOverlap
List of streamSource OCIDs that have overlapping fields of view
Inherited Members
Namespace: Oci.AivisionService.Models
Assembly: OCI.DotNetSDK.Aivision.dll
Syntax
public class StreamGroupOverlap
Properties
OverlappingStreams
Declaration
[JsonProperty(PropertyName = "overlappingStreams")]
public List<string> OverlappingStreams { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of streamSource OCIDs. |