WordsSegmenter(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 WordsSegmenter object. See the introduction in WordsSegmenter for a description of how the language supplied to this constructor is used.
public:
WordsSegmenter(Platform::String ^ language);
WordsSegmenter(winrt::hstring const& language);
public WordsSegmenter(string language);
function WordsSegmenter(language)
Public Sub New (language As String)