Dela via


LargePersonGroupClient Constructors

Definition

Overloads

LargePersonGroupClient()

Initializes a new instance of LargePersonGroupClient for mocking.

LargePersonGroupClient(Uri, AzureKeyCredential, String)

Initializes a new instance of FaceClient.

LargePersonGroupClient(Uri, TokenCredential, String)

Initializes a new instance of FaceClient.

LargePersonGroupClient(Uri, AzureKeyCredential, String, AzureAIVisionFaceClientOptions)

Initializes a new instance of LargePersonGroupClient.

LargePersonGroupClient(Uri, TokenCredential, String, AzureAIVisionFaceClientOptions)

Initializes a new instance of FaceClient.

LargePersonGroupClient()

Source:
LargePersonGroupClient.cs

Initializes a new instance of LargePersonGroupClient for mocking.

protected LargePersonGroupClient ();
Protected Sub New ()

Applies to

LargePersonGroupClient(Uri, AzureKeyCredential, String)

Source:
LargePersonGroupClient.cs

Initializes a new instance of FaceClient.

public LargePersonGroupClient (Uri endpoint, Azure.AzureKeyCredential credential, string largePersonGroupId);
new Azure.AI.Vision.Face.LargePersonGroupClient : Uri * Azure.AzureKeyCredential * string -> Azure.AI.Vision.Face.LargePersonGroupClient
Public Sub New (endpoint As Uri, credential As AzureKeyCredential, largePersonGroupId As String)

Parameters

endpoint
Uri

Supported Cognitive Services endpoints (protocol and hostname, for example: https://{resource-name}.cognitiveservices.azure.com).

credential
AzureKeyCredential

A credential used to authenticate to an Azure Service.

largePersonGroupId
String

ID of the container.

Exceptions

endpoint or credential is null.

Applies to

LargePersonGroupClient(Uri, TokenCredential, String)

Source:
LargePersonGroupClient.cs

Initializes a new instance of FaceClient.

public LargePersonGroupClient (Uri endpoint, Azure.Core.TokenCredential credential, string largePersonGroupId);
new Azure.AI.Vision.Face.LargePersonGroupClient : Uri * Azure.Core.TokenCredential * string -> Azure.AI.Vision.Face.LargePersonGroupClient
Public Sub New (endpoint As Uri, credential As TokenCredential, largePersonGroupId As String)

Parameters

endpoint
Uri

Supported Cognitive Services endpoints (protocol and hostname, for example: https://{resource-name}.cognitiveservices.azure.com).

credential
TokenCredential

A credential used to authenticate to an Azure Service.

largePersonGroupId
String

ID of the container.

Exceptions

endpoint or credential is null.

Applies to

LargePersonGroupClient(Uri, AzureKeyCredential, String, AzureAIVisionFaceClientOptions)

Source:
LargePersonGroupClient.cs

Initializes a new instance of LargePersonGroupClient.

public LargePersonGroupClient (Uri endpoint, Azure.AzureKeyCredential credential, string largePersonGroupId, Azure.AI.Vision.Face.AzureAIVisionFaceClientOptions options);
new Azure.AI.Vision.Face.LargePersonGroupClient : Uri * Azure.AzureKeyCredential * string * Azure.AI.Vision.Face.AzureAIVisionFaceClientOptions -> Azure.AI.Vision.Face.LargePersonGroupClient
Public Sub New (endpoint As Uri, credential As AzureKeyCredential, largePersonGroupId As String, options As AzureAIVisionFaceClientOptions)

Parameters

endpoint
Uri

Supported Cognitive Services endpoints (protocol and hostname, for example: https://{resource-name}.cognitiveservices.azure.com).

credential
AzureKeyCredential

A credential used to authenticate to an Azure Service.

largePersonGroupId
String

ID of the container.

options
AzureAIVisionFaceClientOptions

The options for configuring the client.

Exceptions

endpoint or credential is null.

Applies to

LargePersonGroupClient(Uri, TokenCredential, String, AzureAIVisionFaceClientOptions)

Source:
LargePersonGroupClient.cs

Initializes a new instance of FaceClient.

public LargePersonGroupClient (Uri endpoint, Azure.Core.TokenCredential credential, string largePersonGroupId, Azure.AI.Vision.Face.AzureAIVisionFaceClientOptions options);
new Azure.AI.Vision.Face.LargePersonGroupClient : Uri * Azure.Core.TokenCredential * string * Azure.AI.Vision.Face.AzureAIVisionFaceClientOptions -> Azure.AI.Vision.Face.LargePersonGroupClient
Public Sub New (endpoint As Uri, credential As TokenCredential, largePersonGroupId As String, options As AzureAIVisionFaceClientOptions)

Parameters

endpoint
Uri

Supported Cognitive Services endpoints (protocol and hostname, for example: https://{resource-name}.cognitiveservices.azure.com).

credential
TokenCredential

A credential used to authenticate to an Azure Service.

largePersonGroupId
String

ID of the container.

options
AzureAIVisionFaceClientOptions

The options for configuring the client.

Exceptions

endpoint or credential is null.

Applies to