Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 922 Bytes

wordssegmenter_gettokenat_467343.md

File metadata and controls

31 lines (22 loc) · 922 Bytes
-api-id -api-type -api-device-family-note
M:Windows.Data.Text.WordsSegmenter.GetTokenAt(System.String,System.UInt32)
winrt method
xbox

Windows.Data.Text.WordsSegmenter.GetTokenAt

-description

Determines and returns the word or word stem which contains or follows a specified index into the provided text.

-parameters

-param text

Provided text from which the word or word stem is to be returned.

-param startIndex

A zero-based index into text. It must be less than the length of text.

-returns

A WordSegment that represents the word or word stem.

-remarks

Note that some languages do not use spaces (such as Japanese or Chinese) and some languages may return multiple word stems for compound words (such as German).

-examples

-see-also