SpeechCue.EndPositionInInput Property

Definition

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