UNPKG

1.64 kBTypeScriptView Raw
1export declare const setPageInfo: () => Promise<{
2 errMsg: string;
3}>;
4export declare const ocrIdCard: () => Promise<{
5 errMsg: string;
6}>;
7export declare const ocrBankCard: () => Promise<{
8 errMsg: string;
9}>;
10export declare const ocrDrivingLicense: () => Promise<{
11 errMsg: string;
12}>;
13export declare const ocrVehicleLicense: () => Promise<{
14 errMsg: string;
15}>;
16export declare const textReview: () => Promise<{
17 errMsg: string;
18}>;
19export declare const textToAudio: () => Promise<{
20 errMsg: string;
21}>;
22export declare const imageAudit: () => Promise<{
23 errMsg: string;
24}>;
25export declare const advancedGeneralIdentify: () => Promise<{
26 errMsg: string;
27}>;
28export declare const objectDetectIdentify: () => Promise<{
29 errMsg: string;
30}>;
31export declare const carClassify: () => Promise<{
32 errMsg: string;
33}>;
34export declare const dishClassify: () => Promise<{
35 errMsg: string;
36}>;
37export declare const logoClassify: () => Promise<{
38 errMsg: string;
39}>;
40export declare const animalClassify: () => Promise<{
41 errMsg: string;
42}>;
43export declare const plantClassify: () => Promise<{
44 errMsg: string;
45}>;
46export declare const getSwanId: () => Promise<{
47 errMsg: string;
48}>;
49export declare const requestPolymerPayment: () => Promise<{
50 errMsg: string;
51}>;
52export declare const navigateToSmartGameProgram: () => Promise<{
53 errMsg: string;
54}>;
55export declare const navigateToSmartProgram: () => Promise<{
56 errMsg: string;
57}>;
58export declare const navigateBackSmartProgram: () => Promise<{
59 errMsg: string;
60}>;
61export declare const preloadSubPackage: () => Promise<{
62 errMsg: string;
63}>;