|
Synapseml
0.10.0
|
SpeechToText implements SpeechToText More...


Public Member Functions | |
| SpeechToText () | |
| Creates a SpeechToText without any parameters. More... | |
| SpeechToText (string uid) | |
| Creates a SpeechToText with a UID that is used to give the SpeechToText a unique ID. More... | |
| SpeechToText | SetAudioData (byte[] value) |
| Sets value for audioData More... | |
| SpeechToText | SetAudioDataCol (string value) |
| Sets value for audioData column More... | |
| SpeechToText | SetConcurrency (int value) |
| Sets value for concurrency More... | |
| SpeechToText | SetConcurrentTimeout (double value) |
| Sets value for concurrentTimeout More... | |
| SpeechToText | SetErrorCol (string value) |
| Sets value for errorCol More... | |
| SpeechToText | SetFormat (string value) |
| Sets value for format More... | |
| SpeechToText | SetFormatCol (string value) |
| Sets value for format column More... | |
| SpeechToText | SetHandler (object value) |
| Sets value for handler More... | |
| SpeechToText | SetLanguage (string value) |
| Sets value for language More... | |
| SpeechToText | SetLanguageCol (string value) |
| Sets value for language column More... | |
| SpeechToText | SetOutputCol (string value) |
| Sets value for outputCol More... | |
| SpeechToText | SetProfanity (string value) |
| Sets value for profanity More... | |
| SpeechToText | SetProfanityCol (string value) |
| Sets value for profanity column More... | |
| SpeechToText | SetSubscriptionKey (string value) |
| Sets value for subscriptionKey More... | |
| SpeechToText | SetSubscriptionKeyCol (string value) |
| Sets value for subscriptionKey column More... | |
| SpeechToText | SetTimeout (double value) |
| Sets value for timeout More... | |
| SpeechToText | SetUrl (string value) |
| Sets value for url More... | |
| byte [] | GetAudioData () |
| Gets audioData value More... | |
| int | GetConcurrency () |
| Gets concurrency value More... | |
| double | GetConcurrentTimeout () |
| Gets concurrentTimeout value More... | |
| string | GetErrorCol () |
| Gets errorCol value More... | |
| string | GetFormat () |
| Gets format value More... | |
| object | GetHandler () |
| Gets handler value More... | |
| string | GetLanguage () |
| Gets language value More... | |
| string | GetOutputCol () |
| Gets outputCol value More... | |
| string | GetProfanity () |
| Gets profanity value More... | |
| string | GetSubscriptionKey () |
| Gets subscriptionKey value More... | |
| double | GetTimeout () |
| Gets timeout value More... | |
| string | GetUrl () |
| Gets url 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< SpeechToText > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
| SpeechToText | SetLocation (string value) |
| Sets value for location More... | |
| SpeechToText | SetLinkedService (string value) |
| Sets value for linkedService More... | |
Static Public Member Functions | |
| static SpeechToText | Load (string path) |
| Loads the SpeechToText that was previously saved using Save(string). More... | |
SpeechToText implements SpeechToText
|
inline |
Creates a SpeechToText without any parameters.
|
inline |
Creates a SpeechToText with a UID that is used to give the SpeechToText a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| byte [] Synapse.ML.Cognitive.SpeechToText.GetAudioData | ( | ) |
Gets audioData value
| int Synapse.ML.Cognitive.SpeechToText.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Cognitive.SpeechToText.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Cognitive.SpeechToText.GetErrorCol | ( | ) |
Gets errorCol value
| string Synapse.ML.Cognitive.SpeechToText.GetFormat | ( | ) |
Gets format value
| object Synapse.ML.Cognitive.SpeechToText.GetHandler | ( | ) |
Gets handler value
| string Synapse.ML.Cognitive.SpeechToText.GetLanguage | ( | ) |
Gets language value
| string Synapse.ML.Cognitive.SpeechToText.GetOutputCol | ( | ) |
Gets outputCol value
| string Synapse.ML.Cognitive.SpeechToText.GetProfanity | ( | ) |
Gets profanity value
| string Synapse.ML.Cognitive.SpeechToText.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| double Synapse.ML.Cognitive.SpeechToText.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Cognitive.SpeechToText.GetUrl | ( | ) |
Gets url value
|
static |
Loads the SpeechToText that was previously saved using Save(string).
| path | The path the previous SpeechToText was saved to |
| JavaMLReader<SpeechToText> Synapse.ML.Cognitive.SpeechToText.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Cognitive.SpeechToText.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 |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetAudioData | ( | byte [] | value | ) |
Sets value for audioData
| value | The data sent to the service must be a .wav files |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetAudioDataCol | ( | string | value | ) |
Sets value for audioData column
| value | The data sent to the service must be a .wav files |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetErrorCol | ( | string | value | ) |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetFormat | ( | string | value | ) |
Sets value for format
| value | Specifies the result format. Accepted values are simple and detailed. Default is simple. |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetFormatCol | ( | string | value | ) |
Sets value for format column
| value | Specifies the result format. Accepted values are simple and detailed. Default is simple. |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetHandler | ( | object | value | ) |
Sets value for handler
| value | Which strategy to use when handling requests |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetLanguage | ( | string | value | ) |
Sets value for language
| value | Identifies the spoken language that is being recognized. |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetLanguageCol | ( | string | value | ) |
Sets value for language column
| value | Identifies the spoken language that is being recognized. |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetLinkedService | ( | string | value | ) |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetProfanity | ( | string | value | ) |
Sets value for profanity
| value | Specifies how to handle profanity in recognition results. Accepted values are masked, which replaces profanity with asterisks, removed, which remove all profanity from the result, or raw, which includes the profanity in the result. The default setting is masked. |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetProfanityCol | ( | string | value | ) |
Sets value for profanity column
| value | Specifies how to handle profanity in recognition results. Accepted values are masked, which replaces profanity with asterisks, removed, which remove all profanity from the result, or raw, which includes the profanity in the result. The default setting is masked. |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetSubscriptionKey | ( | string | value | ) |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| SpeechToText Synapse.ML.Cognitive.SpeechToText.SetUrl | ( | string | value | ) |
1.8.13