SelectableWordsSegmenter(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a SelectableWordsSegmenter object. See the introduction in SelectableWordsSegmenter for a description of how the language supplied to this constructor is used.
public:
SelectableWordsSegmenter(Platform::String ^ language);
SelectableWordsSegmenter(winrt::hstring const& language);
public SelectableWordsSegmenter(string language);
function SelectableWordsSegmenter(language)
Public Sub New (language As String)