FaceClient Class
Definition
An API for face detection, verification, and identification.
public class FaceClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.CognitiveServices.Vision.Face.FaceClient>, IDisposable, Microsoft.Azure.CognitiveServices.Vision.Face.IFaceClient
type FaceClient = class
inherit ServiceClient<FaceClient>
interface IFaceClient
interface IDisposable
Public Class FaceClient
Inherits ServiceClient(Of FaceClient)
Implements IDisposable, IFaceClient
- Inheritance
- Implements
Constructors
FaceClient(DelegatingHandler[]) |
Initializes a new instance of the FaceClient class. |
FaceClient(HttpClient, Boolean) |
Initializes a new instance of the FaceClient class. |
FaceClient(HttpClientHandler, DelegatingHandler[]) |
Initializes a new instance of the FaceClient class. |
FaceClient(ServiceClientCredentials, DelegatingHandler[]) |
Initializes a new instance of the FaceClient class. |
FaceClient(ServiceClientCredentials, HttpClient, Boolean) |
Initializes a new instance of the FaceClient class. |
FaceClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
Initializes a new instance of the FaceClient 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://westus.api.cognitive.microsoft.com). |
Face |
Gets the IFaceOperations. |
FaceList |
Gets the IFaceListOperations. |
FirstMessageHandler | (Inherited from ServiceClient<T>) |
HttpClient | (Inherited from ServiceClient<T>) |
HttpClientHandler | (Inherited from ServiceClient<T>) |
HttpMessageHandlers | (Inherited from ServiceClient<T>) |
LargeFaceList |
Gets the ILargeFaceListOperations. |
LargePersonGroup |
Gets the ILargePersonGroupOperations. |
LargePersonGroupPerson |
Gets the ILargePersonGroupPerson. |
PersonGroup |
Gets the IPersonGroupOperations. |
PersonGroupPerson |
Gets the IPersonGroupPerson. |
SerializationSettings |
Gets or sets json serialization settings. |
Snapshot |
Gets the ISnapshotOperations. |
UserAgent | (Inherited from ServiceClient<T>) |
Methods
Dispose() | (Inherited from ServiceClient<T>) |
Dispose(Boolean) | (Inherited from ServiceClient<T>) |
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) | (Inherited from ServiceClient<T>) |
SetRetryPolicy(RetryPolicy) | (Inherited from ServiceClient<T>) |
SetUserAgent(String) | (Inherited from ServiceClient<T>) |
SetUserAgent(String, String) | (Inherited from ServiceClient<T>) |