Partager via


HybridSpeechConfig.FromConfigs(SpeechConfig, EmbeddedSpeechConfig) Méthode

Définition

Crée une instance de la configuration vocale hybride avec des configurations de reconnaissance vocale cloud et incorporées spécifiées.

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

Paramètres

cloudSpeechConfig
SpeechConfig

Configuration de la reconnaissance vocale dans le cloud

embeddedSpeechConfig
EmbeddedSpeechConfig

Configuration d’Embedded Speech

Retours

Nouvelle instance de configuration vocale hybride.

S’applique à