UNPKG

1.96 kBJavaScriptView Raw
1import { temporarilyNotSupport } from '../../utils/index.js';
2
3const setPageInfo = temporarilyNotSupport('setPageInfo');
4// 百度小程序 AI 相关
5const ocrIdCard = temporarilyNotSupport('ocrIdCard');
6const ocrBankCard = temporarilyNotSupport('ocrBankCard');
7const ocrDrivingLicense = temporarilyNotSupport('ocrDrivingLicense');
8const ocrVehicleLicense = temporarilyNotSupport('ocrVehicleLicense');
9const textReview = temporarilyNotSupport('textReview');
10const textToAudio = temporarilyNotSupport('textToAudio');
11const imageAudit = temporarilyNotSupport('imageAudit');
12const advancedGeneralIdentify = temporarilyNotSupport('advancedGeneralIdentify');
13const objectDetectIdentify = temporarilyNotSupport('objectDetectIdentify');
14const carClassify = temporarilyNotSupport('carClassify');
15const dishClassify = temporarilyNotSupport('dishClassify');
16const logoClassify = temporarilyNotSupport('logoClassify');
17const animalClassify = temporarilyNotSupport('animalClassify');
18const plantClassify = temporarilyNotSupport('plantClassify');
19// 用户信息
20const getSwanId = temporarilyNotSupport('getSwanId');
21// 百度收银台支付
22const requestPolymerPayment = temporarilyNotSupport('requestPolymerPayment');
23// 打开小程序
24const navigateToSmartGameProgram = temporarilyNotSupport('navigateToSmartGameProgram');
25const navigateToSmartProgram = temporarilyNotSupport('navigateToSmartProgram');
26const navigateBackSmartProgram = temporarilyNotSupport('navigateBackSmartProgram');
27const preloadSubPackage = temporarilyNotSupport('preloadSubPackage');
28
29export { advancedGeneralIdentify, animalClassify, carClassify, dishClassify, getSwanId, imageAudit, logoClassify, navigateBackSmartProgram, navigateToSmartGameProgram, navigateToSmartProgram, objectDetectIdentify, ocrBankCard, ocrDrivingLicense, ocrIdCard, ocrVehicleLicense, plantClassify, preloadSubPackage, requestPolymerPayment, setPageInfo, textReview, textToAudio };
30//# sourceMappingURL=index.js.map