Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SpeechCue.EndPositionInInput Property

Definition

Namespace:
Windows.Media.Core

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 the offset into the string contained in the Text property of the last character in the word or sentence associated with the cue.

public:
 property IReference<int> ^ EndPositionInInput { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> EndPositionInInput();

void EndPositionInInput(IReference<int> value);
public System.Nullable<int> EndPositionInInput { get; set; }
var iReference = speechCue.endPositionInInput;
speechCue.endPositionInInput = iReference;
Public Property EndPositionInInput As Nullable(Of Integer)

Property Value

The offset into the string contained in the Text property of the last character in the word or sentence associated with the cue.

Remarks

This value is exclusive of any surrounding or inline formatting of the string.

This value is null for SSML bookmarks.

Applies to


Feedback

Was this page helpful?