AuthorizeSpeech
public class AuthorizeSpeech : NSObject, AuthorizeProtocol, @unchecked Sendable
语音识别授权
-
Undocumented
Declaration
Swift
public static let shared: AuthorizeSpeech
-
Declaration
Swift
public func authorizeStatus() -> AuthorizeStatus
-
Declaration
Swift
public func requestAuthorize(_ completion: (@MainActor @Sendable (AuthorizeStatus, Error?) -> Void)?)