SpeechSynthesizerOptions.IncludeSentenceBoundaryMetadata 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 si les métadonnées de limites de phrase sont ajoutées à un objet SpeechSynthesisStream .
public:
property bool IncludeSentenceBoundaryMetadata { bool get(); void set(bool value); };
bool IncludeSentenceBoundaryMetadata();
void IncludeSentenceBoundaryMetadata(bool value);
public bool IncludeSentenceBoundaryMetadata { get; set; }
var boolean = speechSynthesizerOptions.includeSentenceBoundaryMetadata;
speechSynthesizerOptions.includeSentenceBoundaryMetadata = boolean;
Public Property IncludeSentenceBoundaryMetadata As Boolean
Valeur de propriété
Boolean
bool
true si les limites de phrase sont marquées. Dans le cas contraire, la valeur est false.