Uses of Class
com.microsoft.cognitiveservices.speech.transcription.Conversation
-
Packages that use Conversation Package Description com.microsoft.cognitiveservices.speech.transcription -
-
Uses of Conversation in com.microsoft.cognitiveservices.speech.transcription
Methods in com.microsoft.cognitiveservices.speech.transcription that return types with arguments of type Conversation Modifier and Type Method Description static Future<Conversation>Conversation. createConversationAsync(SpeechConfig speechConfig)Initializes a new instance of Conversation.static Future<Conversation>Conversation. createConversationAsync(SpeechConfig speechConfig, String conversationId)Initializes a new instance of Conversation.Methods in com.microsoft.cognitiveservices.speech.transcription with parameters of type Conversation Modifier and Type Method Description Future<Void>ConversationTranslator. joinConversationAsync(Conversation conversation, String nickname)Joins an existing conversation.
-