RecentViewHint.CapturedTexts Property
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.
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