SpeechCue.StartPositionInInput Property
Definition
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.
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.