Language

RecentViewHint.CapturedTexts Property

Definition

Returns a list of CapturedText objects, each representing a piece of text captured from a UI element on the screen.

public System.Collections.Generic.IList<Android.App.PersonalContext.Hint.CapturedText> CapturedTexts { [Android.Runtime.Register("getCapturedTexts", "()Ljava/util/List;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getCapturedTexts", "()Ljava/util/List;", "", ApiSince=37)>]
member this.CapturedTexts : System.Collections.Generic.IList<Android.App.PersonalContext.Hint.CapturedText>

Property Value

Attributes

Applies to