FormRecognizerClient Class
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.
Extracts information from forms and images into structured data based on a model created by a set of representative training forms.
public class FormRecognizerClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.CognitiveServices.FormRecognizer.FormRecognizerClient>, IDisposable, Microsoft.Azure.CognitiveServices.FormRecognizer.IFormRecognizerClient
type FormRecognizerClient = class
inherit ServiceClient<FormRecognizerClient>
interface IFormRecognizerClient
interface IDisposable
Public Class FormRecognizerClient
Inherits ServiceClient(Of FormRecognizerClient)
Implements IDisposable, IFormRecognizerClient
- Inheritance
- Implements
Constructors
FormRecognizerClient(DelegatingHandler[]) |
Initializes a new instance of the FormRecognizerClient class. |
FormRecognizerClient(HttpClient, Boolean) |
Initializes a new instance of the FormRecognizerClient class. |
FormRecognizerClient(HttpClientHandler, DelegatingHandler[]) |
Initializes a new instance of the FormRecognizerClient class. |
FormRecognizerClient(ServiceClientCredentials, DelegatingHandler[]) |
Initializes a new instance of the FormRecognizerClient class. |
FormRecognizerClient(ServiceClientCredentials, HttpClient, Boolean) |
Initializes a new instance of the FormRecognizerClient class. |
FormRecognizerClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
Initializes a new instance of the FormRecognizerClient class. |
Properties
Credentials |
Subscription credentials which uniquely identify client subscription. |
DeserializationSettings |
Gets or sets json deserialization settings. |
Endpoint |
Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus2.api.cognitive.microsoft.com). |
FirstMessageHandler | (Inherited from ServiceClient<T>) |
HttpClient | (Inherited from ServiceClient<T>) |
HttpClientHandler | (Inherited from ServiceClient<T>) |
HttpMessageHandlers | (Inherited from ServiceClient<T>) |
SerializationSettings |
Gets or sets json serialization settings. |
UserAgent | (Inherited from ServiceClient<T>) |
Methods
Extension Methods
Applies to
Azure SDK for .NET