Click or drag to resize

SpeechToText Class

Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1SpeechToText

Namespace:  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class SpeechToText : IWatsonService

The SpeechToText type exposes the following members.

Constructors
  NameDescription
Public methodSpeechToText
Initializes a new instance of the SpeechToText class
Top
Properties
Methods
  NameDescription
Public methodAddAcousticResource
Public methodAddCustomCorpus
Public methodAddCustomWords(SpeechToTextSuccessCallbackBoolean, SpeechToTextFailCallback, String, Words, DictionaryString, Object)
Public methodAddCustomWords(SpeechToTextSuccessCallbackBoolean, SpeechToTextFailCallback, String, String, DictionaryString, Object)
Public methodAddCustomWords(SpeechToTextSuccessCallbackBoolean, SpeechToTextFailCallback, String, Boolean, String, DictionaryString, Object)
Public methodCreateAcousticCustomization
Public methodCreateCustomization
Public methodDeleteAcousticCustomization
Public methodDeleteAcousticResource
Public methodDeleteCustomCorpus
Public methodDeleteCustomization
Public methodDeleteCustomWord
Public methodGetCustomAcousticModel
Public methodGetCustomAcousticModels
Public methodGetCustomAcousticResource
Public methodGetCustomAcousticResources
Public methodGetCustomCorpora
Public methodGetCustomCorpus
Public methodGetCustomization
Public methodGetCustomizations
Public methodGetCustomWord
Public methodGetCustomWords
Public methodGetModel
Public methodGetModels
Public methodGetServiceID
Public methodOnListen
Public methodRecognize(SpeechToTextSuccessCallbackSpeechRecognitionEvent, SpeechToTextFailCallback, AudioClip, DictionaryString, Object)
Public methodRecognize(SpeechToTextSuccessCallbackSpeechRecognitionEvent, SpeechToTextFailCallback, Byte, String, DictionaryString, Object)
Public methodResetAcousticCustomization
Public methodResetCustomization
Public methodStartListening
Public methodStopListening
Public methodTrainAcousticCustomization
Public methodTrainCustomization
Public methodUpgradeCustomization
Top
See Also