SpeechSynthesizerOptions.IncludeSentenceBoundaryMetadata Property

Definition

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.

Applies to

See also