SpeechCue.StartPositionInInput Property

Definition

Gets or sets the offset into the string contained in the Text property of the first character in the word or sentence associated with the cue.

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

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

Property Value

The offset into the string contained in the Text property of the first 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