public interface FaceAPI
| Modifier and Type | Method and Description |
|---|---|
String |
acceptLanguage()
Gets Gets or sets the preferred language for the response..
|
AzureRegions |
azureRegion()
Gets Supported Azure regions for Cognitive Services endpoints.
|
FaceLists |
faceLists()
Gets the FaceLists object to access its operations.
|
Faces |
faces()
Gets the Faces object to access its operations.
|
boolean |
generateClientRequestId()
Gets When set to true a unique x-ms-client-request-id value is generated and included in each request.
|
com.microsoft.azure.AzureClient |
getAzureClient()
Gets the
AzureClient used for long running operations. |
int |
longRunningOperationRetryTimeout()
Gets Gets or sets the retry timeout in seconds for Long Running Operations.
|
PersonGroupPersons |
personGroupPersons()
Gets the PersonGroupPersons object to access its operations.
|
PersonGroups |
personGroups()
Gets the PersonGroups object to access its operations.
|
com.microsoft.rest.RestClient |
restClient()
Gets the REST client.
|
String |
userAgent()
Gets the User-Agent header for the client.
|
FaceAPI |
withAcceptLanguage(String acceptLanguage)
Sets Gets or sets the preferred language for the response..
|
FaceAPI |
withAzureRegion(AzureRegions azureRegion)
Sets Supported Azure regions for Cognitive Services endpoints.
|
FaceAPI |
withGenerateClientRequestId(boolean generateClientRequestId)
Sets When set to true a unique x-ms-client-request-id value is generated and included in each request.
|
FaceAPI |
withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)
Sets Gets or sets the retry timeout in seconds for Long Running Operations.
|
com.microsoft.rest.RestClient restClient()
RestClient object.com.microsoft.azure.AzureClient getAzureClient()
AzureClient used for long running operations.String userAgent()
AzureRegions azureRegion()
FaceAPI withAzureRegion(AzureRegions azureRegion)
azureRegion - the azureRegion value.String acceptLanguage()
FaceAPI withAcceptLanguage(String acceptLanguage)
acceptLanguage - the acceptLanguage value.int longRunningOperationRetryTimeout()
FaceAPI withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)
longRunningOperationRetryTimeout - the longRunningOperationRetryTimeout value.boolean generateClientRequestId()
FaceAPI withGenerateClientRequestId(boolean generateClientRequestId)
generateClientRequestId - the generateClientRequestId value.Faces faces()
PersonGroupPersons personGroupPersons()
PersonGroups personGroups()
FaceLists faceLists()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/