Share via


SFSpeechRecognizer.Available Property

Definition

Gets whether speech recognition is currently available.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Available { [Foundation.Export("isAvailable")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isAvailable")>]
member this.Available : bool

Property Value

Attributes

Remarks

Speech recognition is not supported on all devices and is always relient on Internet access.

Applies to