TextFragment.State Propriété
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.
Obtient ou définit des informations d'attribut de voix pour TextFragment
.
public:
property System::Speech::Synthesis::TtsEngine::FragmentState State { System::Speech::Synthesis::TtsEngine::FragmentState get(); void set(System::Speech::Synthesis::TtsEngine::FragmentState value); };
public System.Speech.Synthesis.TtsEngine.FragmentState State { get; set; }
member this.State : System.Speech.Synthesis.TtsEngine.FragmentState with get, set
Public Property State As FragmentState
Valeur de propriété
Une instance FragmentState est retournée ou utilisée pour définir les informations d'attribut vocales d'un TextFragment.
Remarques
La valeur par défaut de cette propriété est null
.
Les informations de prosodie peuvent être obtenues à partir de l’instance de Prosody retournée par la Prosody propriété sur l’instance de FragmentState retournée par State .