Synapseml
0.10.0
|
TextToSpeech implements TextToSpeech More...
Public Member Functions | |
TextToSpeech () | |
Creates a TextToSpeech without any parameters. More... | |
TextToSpeech (string uid) | |
Creates a TextToSpeech with a UID that is used to give the TextToSpeech a unique ID. More... | |
TextToSpeech | SetErrorCol (string value) |
Sets value for errorCol More... | |
TextToSpeech | SetLanguage (string value) |
Sets value for language More... | |
TextToSpeech | SetLanguageCol (string value) |
Sets value for language column More... | |
TextToSpeech | SetLocale (string value) |
Sets value for locale More... | |
TextToSpeech | SetLocaleCol (string value) |
Sets value for locale column More... | |
TextToSpeech | SetOutputFileCol (string value) |
Sets value for outputFileCol More... | |
TextToSpeech | SetOutputFormat (string value) |
Sets value for outputFormat More... | |
TextToSpeech | SetOutputFormatCol (string value) |
Sets value for outputFormat column More... | |
TextToSpeech | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
TextToSpeech | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
TextToSpeech | SetText (string value) |
Sets value for text More... | |
TextToSpeech | SetTextCol (string value) |
Sets value for text column More... | |
TextToSpeech | SetUrl (string value) |
Sets value for url More... | |
TextToSpeech | SetVoiceName (string value) |
Sets value for voiceName More... | |
TextToSpeech | SetVoiceNameCol (string value) |
Sets value for voiceName column More... | |
string | GetErrorCol () |
Gets errorCol value More... | |
string | GetLanguage () |
Gets language value More... | |
string | GetLocale () |
Gets locale value More... | |
string | GetOutputFileCol () |
Gets outputFileCol value More... | |
string | GetOutputFormat () |
Gets outputFormat value More... | |
string | GetSubscriptionKey () |
Gets subscriptionKey value More... | |
string | GetText () |
Gets text value More... | |
string | GetUrl () |
Gets url value More... | |
string | GetVoiceName () |
Gets voiceName value More... | |
void | Save (string path) |
Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala. More... | |
JavaMLWriter | Write () |
| |
JavaMLReader< TextToSpeech > | Read () |
Get the corresponding JavaMLReader instance. More... | |
TextToSpeech | SetLocation (string value) |
Sets value for location More... | |
TextToSpeech | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static TextToSpeech | Load (string path) |
Loads the TextToSpeech that was previously saved using Save(string). More... | |
TextToSpeech implements TextToSpeech
|
inline |
Creates a TextToSpeech without any parameters.
|
inline |
Creates a TextToSpeech with a UID that is used to give the TextToSpeech a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
string Synapse.ML.Cognitive.TextToSpeech.GetErrorCol | ( | ) |
Gets errorCol value
string Synapse.ML.Cognitive.TextToSpeech.GetLanguage | ( | ) |
Gets language value
string Synapse.ML.Cognitive.TextToSpeech.GetLocale | ( | ) |
Gets locale value
string Synapse.ML.Cognitive.TextToSpeech.GetOutputFileCol | ( | ) |
Gets outputFileCol value
string Synapse.ML.Cognitive.TextToSpeech.GetOutputFormat | ( | ) |
Gets outputFormat value
string Synapse.ML.Cognitive.TextToSpeech.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
string Synapse.ML.Cognitive.TextToSpeech.GetText | ( | ) |
Gets text value
string Synapse.ML.Cognitive.TextToSpeech.GetUrl | ( | ) |
Gets url value
string Synapse.ML.Cognitive.TextToSpeech.GetVoiceName | ( | ) |
Gets voiceName value
|
static |
Loads the TextToSpeech that was previously saved using Save(string).
path | The path the previous TextToSpeech was saved to |
JavaMLReader<TextToSpeech> Synapse.ML.Cognitive.TextToSpeech.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.TextToSpeech.Save | ( | string | path | ) |
Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala.
path | The path to save the object to |
TextToSpeech Synapse.ML.Cognitive.TextToSpeech.SetErrorCol | ( | string | value | ) |
TextToSpeech Synapse.ML.Cognitive.TextToSpeech.SetLanguage | ( | string | value | ) |
Sets value for language
value | The name of the language used for synthesis |
TextToSpeech Synapse.ML.Cognitive.TextToSpeech.SetLanguageCol | ( | string | value | ) |
Sets value for language column
value | The name of the language used for synthesis |
TextToSpeech Synapse.ML.Cognitive.TextToSpeech.SetLinkedService | ( | string | value | ) |
TextToSpeech Synapse.ML.Cognitive.TextToSpeech.SetLocale | ( | string | value | ) |
TextToSpeech Synapse.ML.Cognitive.TextToSpeech.SetLocaleCol | ( | string | value | ) |
Sets value for locale column
value | The locale of the input text |
TextToSpeech Synapse.ML.Cognitive.TextToSpeech.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
TextToSpeech Synapse.ML.Cognitive.TextToSpeech.SetOutputFileCol | ( | string | value | ) |
Sets value for outputFileCol
value | The location of the saved file as an HDFS compliant URI |
TextToSpeech Synapse.ML.Cognitive.TextToSpeech.SetOutputFormat | ( | string | value | ) |
Sets value for outputFormat
value | The format for the output audio can be one of ArraySeq(Raw8Khz8BitMonoMULaw, Riff16Khz16KbpsMonoSiren, Audio16Khz16KbpsMonoSiren, Audio16Khz32KBitRateMonoMp3, Audio16Khz128KBitRateMonoMp3, Audio16Khz64KBitRateMonoMp3, Audio24Khz48KBitRateMonoMp3, Audio24Khz96KBitRateMonoMp3, Audio24Khz160KBitRateMonoMp3, Raw16Khz16BitMonoTrueSilk, Riff16Khz16BitMonoPcm, Riff8Khz16BitMonoPcm, Riff24Khz16BitMonoPcm, Riff8Khz8BitMonoMULaw, Raw16Khz16BitMonoPcm, Raw24Khz16BitMonoPcm, Raw8Khz16BitMonoPcm, Ogg16Khz16BitMonoOpus, Ogg24Khz16BitMonoOpus) |
TextToSpeech Synapse.ML.Cognitive.TextToSpeech.SetOutputFormatCol | ( | string | value | ) |
Sets value for outputFormat column
value | The format for the output audio can be one of ArraySeq(Raw8Khz8BitMonoMULaw, Riff16Khz16KbpsMonoSiren, Audio16Khz16KbpsMonoSiren, Audio16Khz32KBitRateMonoMp3, Audio16Khz128KBitRateMonoMp3, Audio16Khz64KBitRateMonoMp3, Audio24Khz48KBitRateMonoMp3, Audio24Khz96KBitRateMonoMp3, Audio24Khz160KBitRateMonoMp3, Raw16Khz16BitMonoTrueSilk, Riff16Khz16BitMonoPcm, Riff8Khz16BitMonoPcm, Riff24Khz16BitMonoPcm, Riff8Khz8BitMonoMULaw, Raw16Khz16BitMonoPcm, Raw24Khz16BitMonoPcm, Raw8Khz16BitMonoPcm, Ogg16Khz16BitMonoOpus, Ogg24Khz16BitMonoOpus) |
TextToSpeech Synapse.ML.Cognitive.TextToSpeech.SetSubscriptionKey | ( | string | value | ) |
TextToSpeech Synapse.ML.Cognitive.TextToSpeech.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
TextToSpeech Synapse.ML.Cognitive.TextToSpeech.SetText | ( | string | value | ) |
TextToSpeech Synapse.ML.Cognitive.TextToSpeech.SetTextCol | ( | string | value | ) |
TextToSpeech Synapse.ML.Cognitive.TextToSpeech.SetUrl | ( | string | value | ) |
TextToSpeech Synapse.ML.Cognitive.TextToSpeech.SetVoiceName | ( | string | value | ) |
Sets value for voiceName
value | The name of the voice used for synthesis |
TextToSpeech Synapse.ML.Cognitive.TextToSpeech.SetVoiceNameCol | ( | string | value | ) |
Sets value for voiceName column
value | The name of the voice used for synthesis |