OutputSelector Class
Allows for the selection of particular streams from another node.
- Inheritance
-
OutputSelector
Constructor
OutputSelector(*, property: Optional[Union[str, azure.media.videoanalyzeredge._generated.models._azure_video_analyzerfor_edge_enums.OutputSelectorProperty]] = None, operator: Optional[Union[str, azure.media.videoanalyzeredge._generated.models._azure_video_analyzerfor_edge_enums.OutputSelectorOperator]] = None, value: Optional[str] = None, **kwargs)
Variables
- property
- str or <xref:azure.media.videoanalyzer.edge.models.OutputSelectorProperty>
The property of the data stream to be used as the selection criteria. Possible values include: "mediaType".
- operator
- str or <xref:azure.media.videoanalyzer.edge.models.OutputSelectorOperator>
The operator to compare properties by. Possible values include: "is", "isNot".
- value
- str
Value to compare against.
Feedback
Submit and view feedback for