@Generated(value="OracleSDKGenerator", comments="API Version: 20220101") public final class TtsOracleTts1StandardModelDetails extends TtsOracleModelDetails
Use this schema for specifying properties of TTS_1_STANDARD model from Oracle model family.
Note: Objects should always be created or deserialized using the TtsOracleTts1StandardModelDetails.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the TtsOracleTts1StandardModelDetails.Builder
, which maintain a
set of all explicitly set fields called TtsOracleTts1StandardModelDetails.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
TtsOracleTts1StandardModelDetails.Builder |
TtsOracleModelDetails.ModelName
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
TtsOracleTts1StandardModelDetails(String voiceId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static TtsOracleTts1StandardModelDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getVoiceId()
Speaker in whose voice the user wants the output speech to be in.
|
int |
hashCode() |
TtsOracleTts1StandardModelDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public TtsOracleTts1StandardModelDetails(String voiceId)
public static TtsOracleTts1StandardModelDetails.Builder builder()
Create a new builder.
public TtsOracleTts1StandardModelDetails.Builder toBuilder()
public String getVoiceId()
Speaker in whose voice the user wants the output speech to be in. The possible values for
voiceId
can be obtained by calling listVoices
api.
public String toString()
toString
in class TtsOracleModelDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class TtsOracleModelDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class TtsOracleModelDetails
public int hashCode()
hashCode
in class TtsOracleModelDetails
Copyright © 2016–2024. All rights reserved.