SpeechSynthesizerOptions.IncludeWordBoundaryMetadata 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 word boundary metadata is added to a SpeechSynthesisStream object.
public:
property bool IncludeWordBoundaryMetadata { bool get(); void set(bool value); };
bool IncludeWordBoundaryMetadata();
void IncludeWordBoundaryMetadata(bool value);
public bool IncludeWordBoundaryMetadata { get; set; }
var boolean = speechSynthesizerOptions.includeWordBoundaryMetadata;
speechSynthesizerOptions.includeWordBoundaryMetadata = boolean;
Public Property IncludeWordBoundaryMetadata As Boolean
Property Value
Boolean
bool
true if word boundaries are marked. Otherwise, false.