|
Synapseml
1.0.4
|
ConversationTranscription implements ConversationTranscription More...


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