SpeechSynthesizerOptions.IncludeSentenceBoundaryMetadata Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether sentence boundary metadata is added to a SpeechSynthesisStream object.
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
Property Value
Boolean
bool
true if sentence boundaries are marked. Otherwise, false.