Uses of Class
com.microsoft.cognitiveservices.speech.Connection
-
Packages that use Connection Package Description com.microsoft.cognitiveservices.speech -
-
Uses of Connection in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return Connection Modifier and Type Method Description static ConnectionConnection. fromConversationTranslator(ConversationTranslator conversationTranslator)Gets the Connection instance from the conversation translator.static ConnectionConnection. fromDialogServiceConnector(DialogServiceConnector dialogServiceConnector)Gets the Connection instance from the dialog service connector.static ConnectionConnection. fromRecognizer(Recognizer recognizer)Gets the Connection instance from the specified recognizer.static ConnectionConnection. fromSpeechSynthesizer(SpeechSynthesizer speechSynthesizer)Gets the Connection instance from the speech synthesizer.
-