Freigeben über


BreakIterator.SentenceInstance Property

Definition

Returns a new instance of BreakIterator that locates sentence boundaries.

public static Android.Icu.Text.BreakIterator? SentenceInstance { [Android.Runtime.Register("getSentenceInstance", "()Landroid/icu/text/BreakIterator;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getSentenceInstance", "()Landroid/icu/text/BreakIterator;", "", ApiSince=24)>]
static member SentenceInstance : Android.Icu.Text.BreakIterator

Property Value

A new instance of BreakIterator that locates sentence boundaries.

Attributes

Remarks

Returns a new instance of BreakIterator that locates sentence boundaries. This function assumes the text being analyzed is in the default locale's language.

Java documentation for android.icu.text.BreakIterator.getSentenceInstance().

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