StreamSourceCollection¶
-
class
oci.ai_vision.models.
StreamSourceCollection
(**kwargs)¶ Bases:
object
The results of a streamSource search.
Methods
__init__
(**kwargs)Initializes a new StreamSourceCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this StreamSourceCollection. -
__init__
(**kwargs)¶ Initializes a new StreamSourceCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.ai_vision.models.StreamSourceSummary]) – The value to assign to the items property of this StreamSourceCollection.
-
items
¶ [Required] Gets the items of this StreamSourceCollection. List of StreamSources.
Returns: The items of this StreamSourceCollection. Return type: list[oci.ai_vision.models.StreamSourceSummary]
-