FormRecognizerClientOptions 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 the FormRecognizerClientOptions class which allows to configure the behavior of the FormRecognizerClient or FormTrainingClient.
public FormRecognizerClientOptions (Azure.AI.FormRecognizer.FormRecognizerClientOptions.ServiceVersion version = Azure.AI.FormRecognizer.FormRecognizerClientOptions+ServiceVersion.V2_1);
new Azure.AI.FormRecognizer.FormRecognizerClientOptions : Azure.AI.FormRecognizer.FormRecognizerClientOptions.ServiceVersion -> Azure.AI.FormRecognizer.FormRecognizerClientOptions
Public Sub New (Optional version As FormRecognizerClientOptions.ServiceVersion = Azure.AI.FormRecognizer.FormRecognizerClientOptions+ServiceVersion.V2_1)
Parameters
The version of the service to send requests to.