Namespace Tizen.Uix.Stt

Description

Classes

DefaultLanguageChangedEventArgs

This class holds information about the DefaultLanguageChanged event.

EngineChangedEventArgs

This class holds information related to the EngineChanged event.

ErrorOccurredEventArgs

This class holds information related to the STT ErrorOccurred event.

RecognitionResultEventArgs

The recognition result from the engine.

ResultTime

This class represents the result of recognition result from the engine.

StateChangedEventArgs

This class holds information related to the STT StateChanged event.

SttClient

A main function of Speech-To-Text (below STT) API recognizes sound data recorded by users. After choosing a language, the applications will start recording and recognizing. After recording, the applications will receive the recognized result. The STT has a client-server for the service of multi-applications. The STT service always works in the background as a server. If the service is not working, client library will invoke it and the client will communicate with it. The service has engines and a recorder, so that the client does not have the recorder itself. Only the client request commands to the STT service for using STT.

SupportedEngine

This class provides the information related to STT engine.

Enums

Error

Enumeration for the error values that can occur.

RecognitionType

Enumeration for the recognition types.

ResultEvent

The token event.

ResultMessage

Enumeration for representing the result message.

SilenceDetection

Enumeration for the silence detection types.

State

Enumeration for the state types.

TimeEvent

Enumeration for the token types.