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,
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.
|