Uses of Class
com.microsoft.cognitiveservices.speech.SpeechConfig
-
-
Uses of SpeechConfig in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return SpeechConfig Modifier and Type Method Description static SpeechConfigSpeechConfig. fromAuthorizationToken(String authorizationToken, String region)Creates an instance of a speech config with specified authorization token and service region.static SpeechConfigSpeechConfig. fromEndpoint(URI endpoint)Creates an instance of the speech config with specified endpoint.static SpeechConfigSpeechConfig. fromEndpoint(URI endpoint, String subscriptionKey)Creates an instance of the speech config with specified endpoint and subscription key.static SpeechConfigSpeechConfig. fromHost(URI host)Creates an instance of the speech config with specified host.static SpeechConfigSpeechConfig. fromHost(URI host, String subscriptionKey)Creates an instance of the speech config with specified host and subscription key.static SpeechConfigSpeechConfig. fromSubscription(String subscriptionKey, String region)Creates an instance of a speech config with specified subscription key and service region.Methods in com.microsoft.cognitiveservices.speech with parameters of type SpeechConfig Modifier and Type Method Description static HybridSpeechConfigHybridSpeechConfig. fromConfigs(SpeechConfig cloudSpeechConfig, EmbeddedSpeechConfig embeddedSpeechConfig)Creates an instance of the hybrid speech config with specified cloud and embedded speech configs.Constructors in com.microsoft.cognitiveservices.speech with parameters of type SpeechConfig Constructor Description SpeechRecognizer(SpeechConfig speechConfig)Initializes a new instance of Speech Recognizer.SpeechRecognizer(SpeechConfig speechConfig, AudioConfig audioConfig)Initializes a new instance of Speech Recognizer.SpeechRecognizer(SpeechConfig speechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig)Initializes a new instance of Speech Recognizer.SpeechRecognizer(SpeechConfig speechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig, AudioConfig audioConfig)Initializes a new instance of Speech Recognizer.SpeechRecognizer(SpeechConfig speechConfig, SourceLanguageConfig sourceLanguageConfig)Initializes a new instance of Speech Recognizer.SpeechRecognizer(SpeechConfig speechConfig, SourceLanguageConfig sourceLanguageConfig, AudioConfig audioConfig)Initializes a new instance of Speech Recognizer.SpeechRecognizer(SpeechConfig speechConfig, String sourceLanguage)Initializes a new instance of Speech Recognizer.SpeechRecognizer(SpeechConfig speechConfig, String sourceLanguage, AudioConfig audioConfig)Initializes a new instance of Speech Recognizer.SpeechSynthesizer(SpeechConfig speechConfig)Creates a new instance of Speech Synthesizer.SpeechSynthesizer(SpeechConfig speechConfig, AudioConfig audioConfig)Creates a new instance of Speech Synthesizer.SpeechSynthesizer(SpeechConfig speechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig, AudioConfig audioConfig)Creates a new instance of Speech Synthesizer. -
Uses of SpeechConfig in com.microsoft.cognitiveservices.speech.dialog
Subclasses of SpeechConfig in com.microsoft.cognitiveservices.speech.dialog Modifier and Type Class Description classBotFrameworkConfigClass that defines configurations for the dialog service connector object for using a Bot Framework backend.classCustomCommandsConfigClass that defines configurations for the dialog service connector object for using a CustomCommands backend.classDialogServiceConfigClass that defines base configurations for dialog service connector. -
Uses of SpeechConfig in com.microsoft.cognitiveservices.speech.intent
Constructors in com.microsoft.cognitiveservices.speech.intent with parameters of type SpeechConfig Constructor Description IntentRecognizer(SpeechConfig speechConfig)Creates a new instance of an intent recognizer.IntentRecognizer(SpeechConfig speechConfig, AudioConfig audioConfig)Creates a new instance of an intent recognizer. -
Uses of SpeechConfig in com.microsoft.cognitiveservices.speech.speaker
Constructors in com.microsoft.cognitiveservices.speech.speaker with parameters of type SpeechConfig Constructor Description SpeakerRecognizer(SpeechConfig speechConfig, AudioConfig audioConfig)Creates a new instance of a speaker recognizer.VoiceProfileClient(SpeechConfig speechConfig)Creates a new instance of a voice profile client. -
Uses of SpeechConfig in com.microsoft.cognitiveservices.speech.transcription
Methods in com.microsoft.cognitiveservices.speech.transcription with parameters of type SpeechConfig 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.static Future<Meeting>Meeting. createMeetingAsync(SpeechConfig speechConfig)Initializes a new instance of Meeting.static Future<Meeting>Meeting. createMeetingAsync(SpeechConfig speechConfig, String meetingId)Initializes a new instance of Meeting.Constructors in com.microsoft.cognitiveservices.speech.transcription with parameters of type SpeechConfig Constructor Description ConversationTranscriber(SpeechConfig speechConfig)Initializes a new instance of Conversation Transcriber.ConversationTranscriber(SpeechConfig speechConfig, AudioConfig audioConfig)Initializes a new instance of Conversation Transcriber.ConversationTranscriber(SpeechConfig speechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig)Initializes a new instance of Conversation Transcriber.ConversationTranscriber(SpeechConfig speechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig, AudioConfig audioConfig)Initializes a new instance of Conversation Transcriber.ConversationTranscriber(SpeechConfig speechConfig, SourceLanguageConfig sourceLanguageConfig)Initializes a new instance of Conversation Transcriber.ConversationTranscriber(SpeechConfig speechConfig, SourceLanguageConfig sourceLanguageConfig, AudioConfig audioConfig)Initializes a new instance of Conversation Transcriber.ConversationTranscriber(SpeechConfig speechConfig, String sourceLanguage)Initializes a new instance of Conversation Transcriber.ConversationTranscriber(SpeechConfig speechConfig, String sourceLanguage, AudioConfig audioConfig)Initializes a new instance of Conversation Transcriber. -
Uses of SpeechConfig in com.microsoft.cognitiveservices.speech.translation
Subclasses of SpeechConfig in com.microsoft.cognitiveservices.speech.translation Modifier and Type Class Description classSpeechTranslationConfigSpeech translation configuration.
-