Share via


HybridSpeechConfig.FromConfigs(SpeechConfig, EmbeddedSpeechConfig) Methode

Definition

Erstellt eine instance der Hybridsprachkonfiguration mit angegebenen Cloud- und eingebetteten Sprachkonfigurationen.

public static Microsoft.CognitiveServices.Speech.HybridSpeechConfig FromConfigs (Microsoft.CognitiveServices.Speech.SpeechConfig cloudSpeechConfig, Microsoft.CognitiveServices.Speech.EmbeddedSpeechConfig embeddedSpeechConfig);
static member FromConfigs : Microsoft.CognitiveServices.Speech.SpeechConfig * Microsoft.CognitiveServices.Speech.EmbeddedSpeechConfig -> Microsoft.CognitiveServices.Speech.HybridSpeechConfig
Public Shared Function FromConfigs (cloudSpeechConfig As SpeechConfig, embeddedSpeechConfig As EmbeddedSpeechConfig) As HybridSpeechConfig

Parameter

cloudSpeechConfig
SpeechConfig

Cloud-Sprachkonfiguration

embeddedSpeechConfig
EmbeddedSpeechConfig

Eingebettete Sprachkonfiguration

Gibt zurück

Eine neue hybride Sprachkonfiguration instance.

Gilt für: