Show / Hide Table of Contents

Class StreamGroupOverlap

List of streamSource OCIDs that have overlapping fields of view

Inheritance
object
StreamGroupOverlap
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 StreamGroupOverlap

Properties

OverlappingStreams

Declaration
[JsonProperty(PropertyName = "overlappingStreams")]
public List<string> OverlappingStreams { get; set; }
Property Value
Type Description
List<string>

List of streamSource OCIDs.

In this article
Back to top