Contents

isAvailable

A Boolean value that indicates whether the speech recognizer is currently available.

Declaration

var isAvailable: Bool { get }

Discussion

When the value of this property is true, you may create new speech recognition tasks. When value of this property is false, speech recognition services are not available.

See Also

Monitoring speech recognition availability