You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Configure and initialize iflytek services.(This interface must been invoked in application:didFinishLaunchingWithOptions:)
[IFlySpeechUtility createUtility:initString];
The text was updated successfully, but these errors were encountered:
//Set log level
[IFlySetting setLogFile:LVL_ALL];
//Set whether to output log messages in Xcode console
[IFlySetting showLogcat:YES];
//Set the local storage path of SDK
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES);
NSString *cachePath = [paths objectAtIndex:0];
[IFlySetting setLogFilePath:cachePath];
//Set APPID
NSString *initString = [[NSString alloc] initWithFormat:@"appid=%@", @"5b62e512"];
//Configure and initialize iflytek services.(This interface must been invoked in application:didFinishLaunchingWithOptions:)
[IFlySpeechUtility createUtility:initString];
The text was updated successfully, but these errors were encountered: