Package | Description |
---|---|
com.oracle.bmc.aispeech.model |
Modifier and Type | Method and Description |
---|---|
static VoiceSummary.LanguageCode |
VoiceSummary.LanguageCode.create(String key) |
VoiceSummary.LanguageCode |
VoiceSummary.getLanguageCode()
An abbreviated notation of region to which the language and accent of the speaker belongs to.
|
static VoiceSummary.LanguageCode |
VoiceSummary.LanguageCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VoiceSummary.LanguageCode[] |
VoiceSummary.LanguageCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VoiceSummary.Builder |
VoiceSummary.Builder.languageCode(VoiceSummary.LanguageCode languageCode)
An abbreviated notation of region to which the language and accent of the speaker belongs
to.
|
Constructor and Description |
---|
VoiceSummary(String voiceId,
String displayName,
String description,
VoiceSummary.Gender gender,
List<String> supportedModels,
VoiceSummary.LanguageCode languageCode,
String languageDescription,
Integer sampleRateInHertz,
Integer wordsPerMinute,
Boolean isDefaultVoice)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.