static SpeechTranslationConfig |
SpeechTranslationConfig.fromAuthorizationToken(String authorizationToken,
String region) |
Static instance of SpeechTranslationConfig returned by passing authorization token and service region.
|
static SpeechTranslationConfig |
SpeechTranslationConfig.fromEndpoint(URI endpoint) |
Creates an instance of the speech translation config with specified endpoint.
|
static SpeechTranslationConfig |
SpeechTranslationConfig.fromEndpoint(URI endpoint,
com.azure.core.credential.KeyCredential keyCredential) |
Creates an instance of SpeechTranslationConfig with a custom endpoint and key credential.
|
static SpeechTranslationConfig |
SpeechTranslationConfig.fromEndpoint(URI endpoint,
com.azure.core.credential.TokenCredential credential) |
Creates a speech configuration instance using a specified endpoint and AAD token credential.
|
static SpeechTranslationConfig |
SpeechTranslationConfig.fromEndpoint(URI endpoint,
String subscriptionKey) |
Creates an instance of the speech translation config with specified endpoint and subscription key.
|
static SpeechTranslationConfig |
SpeechTranslationConfig.fromHost(URI host) |
Creates an instance of the speech translation config with specified host.
|
static SpeechTranslationConfig |
SpeechTranslationConfig.fromHost(URI host,
String subscriptionKey) |
Creates an instance of the speech translation config with specified host and subscription key.
|
static SpeechTranslationConfig |
SpeechTranslationConfig.fromSubscription(String subscriptionKey,
String region) |
Static instance of SpeechTranslationConfig returned by passing subscriptionKey and service region.
|