Share via


UITextChecker.GuessesForWordRange(NSRange, String, String) Method

Definition

[Foundation.Export("guessesForWordRange:inString:language:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[]? GuessesForWordRange(Foundation.NSRange range, string str, string language);
[<Foundation.Export("guessesForWordRange:inString:language:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GuessesForWordRange : Foundation.NSRange * string * string -> string[]
override this.GuessesForWordRange : Foundation.NSRange * string * string -> string[]

Parameters

range
NSRange
str
String
language
String

Returns

String[]
Attributes

Applies to