다음을 통해 공유


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입니다.

적용 대상