WordSegmentFinder Constructors  
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.
Overloads
| WordSegmentFinder(ICharSequence, ULocale) | Constructs a WordSegmentFinder instance for the specified text which uses the provided locale to determine word boundaries. | 
| WordSegmentFinder(IntPtr, JniHandleOwnership) | |
| WordSegmentFinder(String, ULocale) | 
WordSegmentFinder(ICharSequence, ULocale)
Constructs a WordSegmentFinder instance for the specified text which uses the provided locale to determine word boundaries.
[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/icu/util/ULocale;)V", "", ApiSince=34)]
public WordSegmentFinder(Java.Lang.ICharSequence text, Android.Icu.Util.ULocale locale);[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/icu/util/ULocale;)V", "", ApiSince=34)>]
new Android.Text.WordSegmentFinder : Java.Lang.ICharSequence * Android.Icu.Util.ULocale -> Android.Text.WordSegmentFinderParameters
- text
- ICharSequence
text to be segmented
- locale
- ULocale
locale used for analyzing the text
- Attributes
Remarks
Constructs a WordSegmentFinder instance for the specified text which uses the provided locale to determine word boundaries.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
WordSegmentFinder(IntPtr, JniHandleOwnership)
protected WordSegmentFinder(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);new Android.Text.WordSegmentFinder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.WordSegmentFinderParameters
- javaReference
- 
				
				IntPtr
nativeint 
- transfer
- JniHandleOwnership
Applies to
WordSegmentFinder(String, ULocale)
[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/icu/util/ULocale;)V", "", ApiSince=34)]
public WordSegmentFinder(string text, Android.Icu.Util.ULocale locale);[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/icu/util/ULocale;)V", "", ApiSince=34)>]
new Android.Text.WordSegmentFinder : string * Android.Icu.Util.ULocale -> Android.Text.WordSegmentFinderParameters
- text
- String
- locale
- ULocale
- Attributes