Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 912 Bytes

textsegment.md

File metadata and controls

31 lines (20 loc) · 912 Bytes
-api-id -api-type -api-device-family-note
T:Windows.Data.Text.TextSegment
winrt struct
xbox

TextSegment

-description

Identifies a sub-string of a source text string. Your app can use this structure to obtain the segment of your provided text that is identified by AlternateWordForm, SelectableWordSegment, WordSegment, or SemanticTextQuery.

-struct-fields

-field StartPosition

The zero-based index of the start of the associated text segment.

-field Length

The number of characters in the associated text segment.

-remarks

-examples

-see-also

AlternateWordForm, SelectableWordSegment, SemanticTextQuery, WordSegment