SpeechCue.EndPositionInInput 属性

定义

获取或设置与提示关联的单词或句子中最后一个字符的 Text 属性中包含的字符串的偏移量。

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)

属性值

与提示关联的单词或句子中最后一个字符的 Text 属性中包含的字符串的偏移量。

注解

此值不包括字符串的任何环绕格式或内联格式。

对于 SSML 书签,此值为 null。

适用于