Package | Description |
---|---|
com.oracle.bmc.aispeech.model |
Modifier and Type | Method and Description |
---|---|
static VoiceSummary.Gender |
VoiceSummary.Gender.create(String key) |
VoiceSummary.Gender |
VoiceSummary.getGender()
Gender of the speaker.
|
static VoiceSummary.Gender |
VoiceSummary.Gender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VoiceSummary.Gender[] |
VoiceSummary.Gender.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.gender(VoiceSummary.Gender gender)
Gender of the speaker.
|
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.