HybridSpeechConfig Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Classe qui définit des configurations hybrides (cloud et incorporées) pour la reconnaissance vocale et la synthèse vocale.
public sealed class HybridSpeechConfig
type HybridSpeechConfig = class
Public NotInheritable Class HybridSpeechConfig
- Héritage
-
HybridSpeechConfig
Propriétés
SpeechRecognitionOutputFormat |
Obtient/définit le format de sortie de la reconnaissance vocale (simple ou détaillé). |
SpeechSynthesisOutputFormat |
Obtient le format de sortie de la parole synthétisée.
Exemple de valeur : |
Méthodes
FromConfigs(SpeechConfig, EmbeddedSpeechConfig) |
Crée une instance de la configuration vocale hybride avec des configurations de reconnaissance vocale cloud et incorporées spécifiées. |
GetProperty(PropertyId) |
Obtient une valeur de propriété par ID. |
GetProperty(String) |
Obtient une valeur de propriété par nom. |
SetProperty(PropertyId, String) |
Définit une valeur de propriété par ID. |
SetProperty(String, String) |
Définit une valeur de propriété par nom. |
SetSpeechSynthesisOutputFormat(SpeechSynthesisOutputFormat) |
Définit le format de sortie audio de synthèse vocale. |
S’applique à
Azure SDK for .NET