|
Synapseml
0.10.0
|
SpeechToTextSDK implements SpeechToTextSDK More...


Public Member Functions | |
| SpeechToTextSDK () | |
| Creates a SpeechToTextSDK without any parameters. More... | |
| SpeechToTextSDK (string uid) | |
| Creates a SpeechToTextSDK with a UID that is used to give the SpeechToTextSDK a unique ID. More... | |
| SpeechToTextSDK | SetAudioDataCol (string value) |
| Sets value for audioDataCol More... | |
| SpeechToTextSDK | SetEndpointId (string value) |
| Sets value for endpointId More... | |
| SpeechToTextSDK | SetExtraFfmpegArgs (string[] value) |
| Sets value for extraFfmpegArgs More... | |
| SpeechToTextSDK | SetFileType (string value) |
| Sets value for fileType More... | |
| SpeechToTextSDK | SetFileTypeCol (string value) |
| Sets value for fileType column More... | |
| SpeechToTextSDK | SetFormat (string value) |
| Sets value for format More... | |
| SpeechToTextSDK | SetFormatCol (string value) |
| Sets value for format column More... | |
| SpeechToTextSDK | SetLanguage (string value) |
| Sets value for language More... | |
| SpeechToTextSDK | SetLanguageCol (string value) |
| Sets value for language column More... | |
| SpeechToTextSDK | SetOutputCol (string value) |
| Sets value for outputCol More... | |
| SpeechToTextSDK | SetParticipantsJson (string value) |
| Sets value for participantsJson More... | |
| SpeechToTextSDK | SetParticipantsJsonCol (string value) |
| Sets value for participantsJson column More... | |
| SpeechToTextSDK | SetProfanity (string value) |
| Sets value for profanity More... | |
| SpeechToTextSDK | SetProfanityCol (string value) |
| Sets value for profanity column More... | |
| SpeechToTextSDK | SetRecordAudioData (bool value) |
| Sets value for recordAudioData More... | |
| SpeechToTextSDK | SetRecordedFileNameCol (string value) |
| Sets value for recordedFileNameCol More... | |
| SpeechToTextSDK | SetStreamIntermediateResults (bool value) |
| Sets value for streamIntermediateResults More... | |
| SpeechToTextSDK | SetSubscriptionKey (string value) |
| Sets value for subscriptionKey More... | |
| SpeechToTextSDK | SetSubscriptionKeyCol (string value) |
| Sets value for subscriptionKey column More... | |
| SpeechToTextSDK | SetUrl (string value) |
| Sets value for url More... | |
| string | GetAudioDataCol () |
| Gets audioDataCol value More... | |
| string | GetEndpointId () |
| Gets endpointId value More... | |
| string [] | GetExtraFfmpegArgs () |
| Gets extraFfmpegArgs value More... | |
| string | GetFileType () |
| Gets fileType value More... | |
| string | GetFormat () |
| Gets format value More... | |
| string | GetLanguage () |
| Gets language value More... | |
| string | GetOutputCol () |
| Gets outputCol value More... | |
| string | GetParticipantsJson () |
| Gets participantsJson value More... | |
| string | GetProfanity () |
| Gets profanity value More... | |
| bool | GetRecordAudioData () |
| Gets recordAudioData value More... | |
| string | GetRecordedFileNameCol () |
| Gets recordedFileNameCol value More... | |
| bool | GetStreamIntermediateResults () |
| Gets streamIntermediateResults value More... | |
| string | GetSubscriptionKey () |
| Gets subscriptionKey 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< SpeechToTextSDK > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
| SpeechToTextSDK | SetLocation (string value) |
| Sets value for location More... | |
| SpeechToTextSDK | SetLinkedService (string value) |
| Sets value for linkedService More... | |
Static Public Member Functions | |
| static SpeechToTextSDK | Load (string path) |
| Loads the SpeechToTextSDK that was previously saved using Save(string). More... | |
SpeechToTextSDK implements SpeechToTextSDK
|
inline |
Creates a SpeechToTextSDK without any parameters.
|
inline |
Creates a SpeechToTextSDK with a UID that is used to give the SpeechToTextSDK a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| string Synapse.ML.Cognitive.SpeechToTextSDK.GetAudioDataCol | ( | ) |
Gets audioDataCol value
| string Synapse.ML.Cognitive.SpeechToTextSDK.GetEndpointId | ( | ) |
Gets endpointId value
| string [] Synapse.ML.Cognitive.SpeechToTextSDK.GetExtraFfmpegArgs | ( | ) |
Gets extraFfmpegArgs value
| string Synapse.ML.Cognitive.SpeechToTextSDK.GetFileType | ( | ) |
Gets fileType value
| string Synapse.ML.Cognitive.SpeechToTextSDK.GetFormat | ( | ) |
Gets format value
| string Synapse.ML.Cognitive.SpeechToTextSDK.GetLanguage | ( | ) |
Gets language value
| string Synapse.ML.Cognitive.SpeechToTextSDK.GetOutputCol | ( | ) |
Gets outputCol value
| string Synapse.ML.Cognitive.SpeechToTextSDK.GetParticipantsJson | ( | ) |
Gets participantsJson value
| string Synapse.ML.Cognitive.SpeechToTextSDK.GetProfanity | ( | ) |
Gets profanity value
| bool Synapse.ML.Cognitive.SpeechToTextSDK.GetRecordAudioData | ( | ) |
Gets recordAudioData value
| string Synapse.ML.Cognitive.SpeechToTextSDK.GetRecordedFileNameCol | ( | ) |
Gets recordedFileNameCol value
| bool Synapse.ML.Cognitive.SpeechToTextSDK.GetStreamIntermediateResults | ( | ) |
Gets streamIntermediateResults value
| string Synapse.ML.Cognitive.SpeechToTextSDK.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| string Synapse.ML.Cognitive.SpeechToTextSDK.GetUrl | ( | ) |
Gets url value
|
static |
Loads the SpeechToTextSDK that was previously saved using Save(string).
| path | The path the previous SpeechToTextSDK was saved to |
| JavaMLReader<SpeechToTextSDK> Synapse.ML.Cognitive.SpeechToTextSDK.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Cognitive.SpeechToTextSDK.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 |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetAudioDataCol | ( | string | value | ) |
Sets value for audioDataCol
| value | Column holding audio data, must be either ByteArrays or Strings representing file URIs |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetEndpointId | ( | string | value | ) |
Sets value for endpointId
| value | endpoint for custom speech models |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetExtraFfmpegArgs | ( | string [] | value | ) |
Sets value for extraFfmpegArgs
| value | extra arguments to for ffmpeg output decoding |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetFileType | ( | string | value | ) |
Sets value for fileType
| value | The file type of the sound files, supported types: wav, ogg, mp3 |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetFileTypeCol | ( | string | value | ) |
Sets value for fileType column
| value | The file type of the sound files, supported types: wav, ogg, mp3 |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetFormat | ( | string | value | ) |
Sets value for format
| value | Specifies the result format. Accepted values are simple and detailed. Default is simple. |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetFormatCol | ( | string | value | ) |
Sets value for format column
| value | Specifies the result format. Accepted values are simple and detailed. Default is simple. |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetLanguage | ( | string | value | ) |
Sets value for language
| value | Identifies the spoken language that is being recognized. |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetLanguageCol | ( | string | value | ) |
Sets value for language column
| value | Identifies the spoken language that is being recognized. |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetLinkedService | ( | string | value | ) |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetParticipantsJson | ( | string | value | ) |
Sets value for participantsJson
| value | a json representation of a list of conversation participants (email, language, user) |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetParticipantsJsonCol | ( | string | value | ) |
Sets value for participantsJson column
| value | a json representation of a list of conversation participants (email, language, user) |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.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. |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.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. |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetRecordAudioData | ( | bool | value | ) |
Sets value for recordAudioData
| value | Whether to record audio data to a file location, for use only with m3u8 streams |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetRecordedFileNameCol | ( | string | value | ) |
Sets value for recordedFileNameCol
| value | Column holding file names to write audio data to if ``recordAudioData'' is set to true |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetStreamIntermediateResults | ( | bool | value | ) |
Sets value for streamIntermediateResults
| value | Whether or not to immediately return itermediate results, or group in a sequence |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetSubscriptionKey | ( | string | value | ) |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| SpeechToTextSDK Synapse.ML.Cognitive.SpeechToTextSDK.SetUrl | ( | string | value | ) |
1.8.13