次の方法で共有


FaceAPIManager クラス

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.faceapi.FaceAPIManager

public class FaceAPIManager

Azure Cognitive Services Face API マネージャーへのエントリ ポイント。

メソッドの概要

修飾子と型 メソッドと説明
FaceAPI authenticate(AzureRegions region, ServiceClientCredentials credentials)

Face API クライアントのインスタンスを初期化します。

FaceAPI authenticate(AzureRegions region, String subscriptionKey)

Face API クライアントのインスタンスを初期化します。

FaceAPI authenticate(RestClient restClient)

Face API クライアントのインスタンスを初期化します。

FaceAPI authenticate(String baseUrl, final String subscriptionKey)

Face API クライアントのインスタンスを初期化します。

FaceAPI authenticate(String baseUrl, ServiceClientCredentials credentials)

Face API クライアントのインスタンスを初期化します。

メソッドの詳細

authenticate

public static FaceAPI authenticate(AzureRegions region, ServiceClientCredentials credentials)

Face API クライアントのインスタンスを初期化します。

Parameters:

region - Cognitive Services エンドポイントでサポートされている Azure リージョン。
credentials - Azure の管理資格情報

Returns:

Face API クライアント

authenticate

public static FaceAPI authenticate(AzureRegions region, String subscriptionKey)

Face API クライアントのインスタンスを初期化します。

Parameters:

region - Cognitive Services エンドポイントでサポートされている Azure リージョン。
subscriptionKey - Face API キー

Returns:

Face API クライアント

authenticate

public static FaceAPI authenticate(RestClient restClient)

Face API クライアントのインスタンスを初期化します。

Parameters:

restClient - Azure に接続する REST クライアント。

Returns:

Face API クライアント

authenticate

public static FaceAPI authenticate(String baseUrl, final String subscriptionKey)

Face API クライアントのインスタンスを初期化します。

Parameters:

baseUrl - サービスのベース URL
subscriptionKey - Face API キー

Returns:

Face API クライアント

authenticate

public static FaceAPI authenticate(String baseUrl, ServiceClientCredentials credentials)

Face API クライアントのインスタンスを初期化します。

Parameters:

baseUrl - サービスのベース URL
credentials - Azure の管理資格情報

Returns:

Face API クライアント

適用対象