FaceAPIManager クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. FaceAPIManager
- com.
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:
Returns:
authenticate
public static FaceAPI authenticate(AzureRegions region, String subscriptionKey)
Face API クライアントのインスタンスを初期化します。
Parameters:
Returns:
authenticate
public static FaceAPI authenticate(RestClient restClient)
Face API クライアントのインスタンスを初期化します。
Parameters:
Returns:
authenticate
public static FaceAPI authenticate(String baseUrl, final String subscriptionKey)
Face API クライアントのインスタンスを初期化します。
Parameters:
Returns:
authenticate
public static FaceAPI authenticate(String baseUrl, ServiceClientCredentials credentials)
Face API クライアントのインスタンスを初期化します。
Parameters:
Returns:
適用対象
Azure SDK for Java