AnalyzeBinaryOptions(String, BinaryData) 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 AnalyzeBinaryOptions.
public AnalyzeBinaryOptions(string analyzerId, BinaryData binaryInput);
new Azure.AI.ContentUnderstanding.AnalyzeBinaryOptions : string * BinaryData -> Azure.AI.ContentUnderstanding.AnalyzeBinaryOptions
Public Sub New (analyzerId As String, binaryInput As BinaryData)
Parameters
- analyzerId
- String
The unique identifier of the analyzer.
- binaryInput
- BinaryData
The binary content to analyze.
Exceptions
analyzerId or binaryInput is null.
analyzerId is an empty string.