SpeechCue.EndPositionInInput 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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。