StreamGroupOverlap¶
-
class
oci.ai_vision.models.
StreamGroupOverlap
(**kwargs)¶ Bases:
object
List of streamSource OCIDs that have overlapping fields of view
Methods
__init__
(**kwargs)Initializes a new StreamGroupOverlap object with values from keyword arguments. Attributes
overlapping_streams
Gets the overlapping_streams of this StreamGroupOverlap. -
__init__
(**kwargs)¶ Initializes a new StreamGroupOverlap object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: overlapping_streams (list[str]) – The value to assign to the overlapping_streams property of this StreamGroupOverlap.
-
overlapping_streams
¶ Gets the overlapping_streams of this StreamGroupOverlap. List of streamSource OCIDs.
Returns: The overlapping_streams of this StreamGroupOverlap. Return type: list[str]
-