Share via


HybridSpeechConfig Classe

Définition

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 : riff-16khz-16bit-mono-pcm

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 à