WordsSegmenter(String) Constructor

Definition

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)

Parameters

language
String

Platform::String

winrt::hstring

A BCP-47 language tag.

Applies to