AnalyzeOptions(String, IEnumerable<AnalysisInput>) Constructor

Definition

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.

Applies to