SpeechSynthesizerOptions.IncludeWordBoundaryMetadata Property

Definition

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.

Applies to

See also