AnalyzeOptions(String, IEnumerable<AnalysisInput>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AnalyzeOptions.
public AnalyzeOptions(string analyzerId, System.Collections.Generic.IEnumerable<Azure.AI.ContentUnderstanding.AnalysisInput> inputs);
new Azure.AI.ContentUnderstanding.AnalyzeOptions : string * seq<Azure.AI.ContentUnderstanding.AnalysisInput> -> Azure.AI.ContentUnderstanding.AnalyzeOptions
Public Sub New (analyzerId As String, inputs As IEnumerable(Of AnalysisInput))
Parameters
- analyzerId
- String
The unique identifier of the analyzer.
- inputs
- IEnumerable<AnalysisInput>
Inputs to analyze.
Exceptions
analyzerId or inputs is null.
analyzerId is an empty string.