Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.SpeechToText.v1 Namespace Reference

Classes

class  Corpora
 This data class contains information about multiple custom corpora. More...
 
class  Corpus
 This data class contains information about the custom corpus. More...
 
class  Customization
 This data class contains information about the Speech to Text model customizations. More...
 
class  CustomizationID
 This data class contains information about the language model customization identifier. More...
 
class  Customizations
 This data class contains information about the speech to text model customizations. More...
 
class  CustomLanguage
 A data object that contains data to create a new empty custom language mode3l. More...
 
class  JobsStatusList
 This data class contains information about the Jobs More...
 
class  JobStatus
 This data class contains information about the job status. More...
 
class  JobStatusNew
 This data class contains information about a newly created recognition job. More...
 
class  KeywordResult
 This class holds a Keyword Result. More...
 
class  KeywordResults
 The Keword Result More...
 
class  Model
 This data class holds the data for a given speech model. More...
 
class  ModelSet
 This data class holds multiple speech models. More...
 
class  RecognizeStatus
 This data class holds the sesion data. More...
 
class  RegisterStatus
 This data class contains information about the register callback status. More...
 
class  Session
 This data class holds the Session data. More...
 
class  SessionStatus
 This data class holds the description of teh state and possbile actions for the current session. More...
 
class  SpeechRecognitionAlternative
 The alternatives. More...
 
class  SpeechRecognitionEvent
 This data object contains data for the speechRecognitionEvent. More...
 
class  SpeechRecognitionResult
 The speech recognition result. More...
 
class  SpeechToText
 This class wraps the Watson Speech to Text service. Speech to Text Service More...
 
class  SupportedFeatures
 This data class holds all supported features. More...
 
class  TimeStamp
 This data class holds the start and stop times for a word. More...
 
class  Word
 A word to add to a customization. More...
 
class  WordAlternativeResult
 This data class holds a Word Alternative Result. More...
 
class  WordAlternativeResults
 This class holds a Word Alternative Result. More...
 
class  WordConfidence
 This data class holds the confidence value for a given recognized word. More...
 
class  WordData
 This data class contains information about the custom word data. More...
 
class  Words
 Words object for adding words to a customization. More...
 
class  WordsList
 This data class contains information about multiple custom words. More...
 
class  WordType
 The type of words to be listed from the custom language model's words resource: all (the default) shows all words. user shows only custom words that were added or modified by the user. corpora shows only OOV that were extracted from corpora. More...
 
class  WordTypeToAdd
 The type of words from the custom model's words resource on which to train the model: all (the default) trains the model on all new words, regardless of whether they were extracted from corpora or were added or modified by the user. user trains the model only on new words that were added or modified by the user; the model is not trained on new words extracted from corpora. More...