@ray-js/api 1.7.69 → 1.7.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@types/AIKit.d.ts +5509 -610
- package/@types/AIStreamKit.d.ts +2641 -0
- package/@types/AVideoKit.d.ts +1827 -0
- package/@types/BaseKit.d.ts +8682 -1893
- package/@types/BizKit.d.ts +6639 -1038
- package/@types/CategoryCommonBizKit.d.ts +1459 -0
- package/@types/CommunityKit.d.ts +154 -0
- package/@types/DeviceKit.d.ts +18475 -5662
- package/@types/GroupCITestKit.d.ts +651 -0
- package/@types/HealthKit.d.ts +2290 -357
- package/@types/HomeKit.d.ts +4068 -182
- package/@types/IPCKit.d.ts +4327 -1227
- package/@types/LightKit.d.ts +125 -0
- package/@types/MapKit.d.ts +1560 -204
- package/@types/MediaKit.d.ts +136 -16
- package/@types/MediaPlayerKit.d.ts +47 -0
- package/@types/MiniKit.d.ts +2976 -628
- package/@types/OutdoorKit.d.ts +1337 -24
- package/@types/P2PKit.d.ts +622 -103
- package/@types/PayKit.d.ts +115 -0
- package/@types/PlayNetKit.d.ts +3454 -1309
- package/@types/SweeperKit.d.ts +154 -0
- package/@types/ThirdAuthKit.d.ts +324 -0
- package/@types/ThirdPartyDeviceKit.d.ts +410 -0
- package/@types/WearKit.d.ts +10177 -375
- package/@types/gateway.d.ts +349 -61
- package/@types/health.d.ts +486 -304
- package/lib/AIKit-1.6.0.d.ts +265 -41
- package/lib/AIKit-1.6.0.js +374 -120
- package/lib/BaseKit-3.17.7.d.ts +704 -0
- package/lib/BaseKit-3.17.7.js +720 -1
- package/lib/BizKit-4.10.4.d.ts +336 -0
- package/lib/BizKit-4.10.4.js +342 -5
- package/lib/DeviceKit-4.13.1.d.ts +996 -0
- package/lib/DeviceKit-4.13.1.js +1247 -249
- package/lib/HealthKit-6.5.0.d.ts +210 -44
- package/lib/HealthKit-6.5.0.js +295 -128
- package/lib/HomeKit-3.1.4.d.ts +20 -6
- package/lib/HomeKit-3.1.4.js +29 -14
- package/lib/IPCKit-6.4.5.d.ts +375 -77
- package/lib/IPCKit-6.4.5.js +525 -228
- package/lib/MapKit-3.4.13.d.ts +70 -16
- package/lib/MapKit-3.4.13.js +98 -47
- package/lib/MediaKit-3.4.1.d.ts +5 -3
- package/lib/MediaKit-3.4.1.js +7 -6
- package/lib/MiniKit-3.14.1.d.ts +300 -0
- package/lib/MiniKit-3.14.1.js +302 -0
- package/lib/OutdoorKit-1.0.4.d.ts +55 -13
- package/lib/OutdoorKit-1.0.4.js +78 -35
- package/lib/P2PKit-2.0.3.d.ts +125 -27
- package/lib/P2PKit-2.0.3.js +175 -78
- package/lib/PlayNetKit-1.3.30.d.ts +290 -60
- package/lib/PlayNetKit-1.3.30.js +407 -176
- package/lib/WearKit-1.1.6.d.ts +125 -27
- package/lib/WearKit-1.1.6.js +176 -77
- package/lib/all-kits.d.ts +10 -10
- package/lib/all-kits.js +10 -10
- package/lib/cloud/core.d.ts +31 -1
- package/lib/cloud/core.js +31 -1
- package/lib/cloud/device.d.ts +155 -24
- package/lib/cloud/device.js +153 -22
- package/lib/cloud/gateway.d.ts +254 -0
- package/lib/cloud/gateway.js +269 -9
- package/lib/cloud/health.d.ts +1 -0
- package/lib/cloud/health.js +121 -0
- package/lib/cloud/interface.d.ts +222 -44
- package/lib/cloud/interface.js +15 -2
- package/lib/cloud/laser-clean/deleteCleaningRecord/index.d.ts +27 -0
- package/lib/cloud/laser-clean/deleteCleaningRecord/index.js +28 -0
- package/lib/cloud/laser-clean/deleteCleaningRecord/type.d.ts +7 -0
- package/lib/cloud/laser-clean/deleteCleaningRecord/type.js +1 -0
- package/lib/cloud/laser-clean/deleteGyroCleanRecord/index.d.ts +27 -0
- package/lib/cloud/laser-clean/deleteGyroCleanRecord/index.js +28 -0
- package/lib/cloud/laser-clean/deleteGyroCleanRecord/type.d.ts +7 -0
- package/lib/cloud/laser-clean/deleteGyroCleanRecord/type.js +1 -0
- package/lib/cloud/laser-clean/deleteMultipleMapFiles/index.d.ts +27 -0
- package/lib/cloud/laser-clean/deleteMultipleMapFiles/index.js +28 -0
- package/lib/cloud/laser-clean/deleteMultipleMapFiles/type.d.ts +7 -0
- package/lib/cloud/laser-clean/deleteMultipleMapFiles/type.js +1 -0
- package/lib/cloud/laser-clean/getCleaningRecords/index.d.ts +30 -0
- package/lib/cloud/laser-clean/getCleaningRecords/index.js +31 -0
- package/lib/cloud/laser-clean/getCleaningRecords/type.d.ts +39 -0
- package/lib/cloud/laser-clean/getCleaningRecords/type.js +1 -0
- package/lib/cloud/laser-clean/getGyroCleanRecordDetail/index.d.ts +29 -0
- package/lib/cloud/laser-clean/getGyroCleanRecordDetail/index.js +30 -0
- package/lib/cloud/laser-clean/getGyroCleanRecordDetail/type.d.ts +30 -0
- package/lib/cloud/laser-clean/getGyroCleanRecordDetail/type.js +1 -0
- package/lib/cloud/laser-clean/getGyroCleanRecords/index.d.ts +29 -0
- package/lib/cloud/laser-clean/getGyroCleanRecords/index.js +30 -0
- package/lib/cloud/laser-clean/getGyroCleanRecords/type.d.ts +35 -0
- package/lib/cloud/laser-clean/getGyroCleanRecords/type.js +1 -0
- package/lib/cloud/laser-clean/getGyroLatestCleanMap/index.d.ts +28 -0
- package/lib/cloud/laser-clean/getGyroLatestCleanMap/index.js +29 -0
- package/lib/cloud/laser-clean/getGyroLatestCleanMap/type.d.ts +28 -0
- package/lib/cloud/laser-clean/getGyroLatestCleanMap/type.js +1 -0
- package/lib/cloud/laser-clean/getMultipleMapFiles/index.d.ts +24 -0
- package/lib/cloud/laser-clean/getMultipleMapFiles/index.js +25 -0
- package/lib/cloud/laser-clean/getMultipleMapFiles/type.d.ts +29 -0
- package/lib/cloud/laser-clean/getMultipleMapFiles/type.js +1 -0
- package/lib/cloud/laser-clean/getSweeperStorageConfig/index.d.ts +24 -0
- package/lib/cloud/laser-clean/getSweeperStorageConfig/index.js +25 -0
- package/lib/cloud/laser-clean/getSweeperStorageConfig/type.d.ts +26 -0
- package/lib/cloud/laser-clean/getSweeperStorageConfig/type.js +1 -0
- package/lib/cloud/laser-clean/getVoiceList/index.d.ts +28 -0
- package/lib/cloud/laser-clean/getVoiceList/index.js +29 -0
- package/lib/cloud/laser-clean/getVoiceList/type.d.ts +48 -0
- package/lib/cloud/laser-clean/getVoiceList/type.js +1 -0
- package/lib/cloud/laser-clean/index.d.ts +1 -1
- package/lib/cloud/laser-clean/index.js +1 -1
- package/lib/cloud/laser-clean/map.d.ts +5 -7
- package/lib/cloud/laser-clean/map.js +5 -9
- package/lib/cloud/laser-clean/record.d.ts +5 -6
- package/lib/cloud/laser-clean/record.js +5 -7
- package/lib/cloud/laser-clean/renameHistoryMap/index.d.ts +28 -0
- package/lib/cloud/laser-clean/renameHistoryMap/index.js +29 -0
- package/lib/cloud/laser-clean/renameHistoryMap/type.d.ts +9 -0
- package/lib/cloud/laser-clean/renameHistoryMap/type.js +1 -0
- package/lib/cloud/laser-clean/voice.d.ts +1 -3
- package/lib/cloud/laser-clean/voice.js +1 -4
- package/lib/cloud/linkage.d.ts +271 -53
- package/lib/cloud/linkage.js +256 -51
- package/lib/cloud/remoteGroup.d.ts +37 -0
- package/lib/cloud/remoteGroup.js +37 -0
- package/lib/cloud/timer.d.ts +104 -26
- package/lib/cloud/timer.js +104 -26
- package/lib/getApp/index.thing.d.ts +47 -1
- package/lib/getApp/index.thing.js +40 -2
- package/lib/getBoundingClientRect/index.thing.d.ts +101 -1
- package/lib/getBoundingClientRect/index.thing.js +59 -0
- package/lib/getCurrentPages/index.thing.d.ts +40 -15
- package/lib/getCurrentPages/index.thing.js +36 -15
- package/lib/getCustomConfig/index.d.ts +5 -2
- package/lib/getCustomConfig/index.thing.d.ts +68 -2
- package/lib/getCustomConfig/index.thing.js +62 -0
- package/lib/getCustomConfig/index.wechat.d.ts +5 -2
- package/lib/getCustomConfig/type.d.ts +26 -15
- package/lib/getElementById/index.thing.d.ts +42 -1
- package/lib/getElementById/index.thing.js +40 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -2
- package/lib/nativeRouters/common.d.ts +8 -0
- package/lib/nativeRouters/device.d.ts +137 -5
- package/lib/nativeRouters/device.js +138 -6
- package/lib/nativeRouters/gw.d.ts +58 -8
- package/lib/nativeRouters/gw.js +57 -8
- package/lib/nativeRouters/outdoors.d.ts +16 -3
- package/lib/nativeRouters/outdoors.js +16 -3
- package/lib/nativeRouters/remoteGroup.d.ts +23 -0
- package/lib/nativeRouters/remoteGroup.js +23 -0
- package/lib/nativeRouters/root.d.ts +19 -0
- package/lib/nativeRouters/root.js +17 -0
- package/lib/openGroupCreate/index.d.ts +45 -0
- package/lib/openGroupCreate/index.js +32 -0
- package/package.json +5 -5
package/lib/AIKit-1.6.0.js
CHANGED
|
@@ -3,123 +3,377 @@
|
|
|
3
3
|
import { createFactory } from './utils';
|
|
4
4
|
const factory = createFactory('AIKit');
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
* @since @ray-js/ray 1.6.29
|
|
9
|
+
*/
|
|
10
|
+
export const getTranslateRecords = factory('getTranslateRecords', {
|
|
11
|
+
namespace: 'ai'
|
|
12
|
+
});
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* @since @ray-js/ray 1.6.29
|
|
16
|
+
*/
|
|
17
|
+
export const getTranslateRecord = factory('getTranslateRecord', {
|
|
18
|
+
namespace: 'ai'
|
|
19
|
+
});
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* @since @ray-js/ray 1.6.29
|
|
23
|
+
*/
|
|
24
|
+
export const updateTranslateRecord = factory('updateTranslateRecord', {
|
|
25
|
+
namespace: 'ai'
|
|
26
|
+
});
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* @since @ray-js/ray 1.6.29
|
|
30
|
+
*/
|
|
31
|
+
export const removeTranslateRecord = factory('removeTranslateRecord', {
|
|
32
|
+
namespace: 'ai'
|
|
33
|
+
});
|
|
34
|
+
/**
|
|
35
|
+
* @public
|
|
36
|
+
* @since @ray-js/ray 1.6.29
|
|
37
|
+
*/
|
|
38
|
+
export const getTranslateRealTimeResult = factory('getTranslateRealTimeResult', {
|
|
39
|
+
namespace: 'ai'
|
|
40
|
+
});
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
* @since @ray-js/ray 1.6.29
|
|
44
|
+
*/
|
|
45
|
+
export const processTranslateSummary = factory('processTranslateSummary', {
|
|
46
|
+
namespace: 'ai'
|
|
47
|
+
});
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
* @since @ray-js/ray 1.6.29
|
|
51
|
+
*/
|
|
52
|
+
export const getTranslateSummary = factory('getTranslateSummary', {
|
|
53
|
+
namespace: 'ai'
|
|
54
|
+
});
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
* @since @ray-js/ray 1.6.29
|
|
58
|
+
*/
|
|
59
|
+
export const getTranslateSummaryProcessStatus = factory('getTranslateSummaryProcessStatus', {
|
|
60
|
+
namespace: 'ai'
|
|
61
|
+
});
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
* @since @ray-js/ray 1.6.29
|
|
65
|
+
*/
|
|
66
|
+
export const backgroundMusicList = factory('backgroundMusicList', {
|
|
67
|
+
namespace: 'ai'
|
|
68
|
+
});
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
* @since @ray-js/ray 1.6.29
|
|
72
|
+
*/
|
|
73
|
+
export const backgroundMusicDownload = factory('backgroundMusicDownload', {
|
|
74
|
+
namespace: 'ai'
|
|
75
|
+
});
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
* @since @ray-js/ray 1.6.29
|
|
79
|
+
*/
|
|
80
|
+
export const objectDetectCreate = factory('objectDetectCreate', {
|
|
81
|
+
namespace: 'ai'
|
|
82
|
+
});
|
|
83
|
+
/**
|
|
84
|
+
* @public
|
|
85
|
+
* @since @ray-js/ray 1.6.29
|
|
86
|
+
*/
|
|
87
|
+
export const objectDetectDestroy = factory('objectDetectDestroy', {
|
|
88
|
+
namespace: 'ai'
|
|
89
|
+
});
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
* @since @ray-js/ray 1.6.29
|
|
93
|
+
*/
|
|
94
|
+
export const objectDetectForImage = factory('objectDetectForImage', {
|
|
95
|
+
namespace: 'ai'
|
|
96
|
+
});
|
|
97
|
+
/**
|
|
98
|
+
* @public
|
|
99
|
+
* @since @ray-js/ray 1.6.29
|
|
100
|
+
*/
|
|
101
|
+
export const objectDetectForImageCancel = factory('objectDetectForImageCancel', {
|
|
102
|
+
namespace: 'ai'
|
|
103
|
+
});
|
|
104
|
+
/**
|
|
105
|
+
* @public
|
|
106
|
+
* @since @ray-js/ray 1.6.29
|
|
107
|
+
*/
|
|
108
|
+
export const objectDetectForVideo = factory('objectDetectForVideo', {
|
|
109
|
+
namespace: 'ai'
|
|
110
|
+
});
|
|
111
|
+
/**
|
|
112
|
+
* @public
|
|
113
|
+
* @since @ray-js/ray 1.6.29
|
|
114
|
+
*/
|
|
115
|
+
export const objectDetectForVideoCancel = factory('objectDetectForVideoCancel', {
|
|
116
|
+
namespace: 'ai'
|
|
117
|
+
});
|
|
118
|
+
/**
|
|
119
|
+
* @public
|
|
120
|
+
* @since @ray-js/ray 1.6.29
|
|
121
|
+
*/
|
|
122
|
+
export const onVideoObjectDetectProgress = factory('onVideoObjectDetectProgress', {
|
|
123
|
+
namespace: 'ai'
|
|
124
|
+
});
|
|
125
|
+
/**
|
|
126
|
+
* @public
|
|
127
|
+
* @since @ray-js/ray 1.6.29
|
|
128
|
+
*/
|
|
129
|
+
export const offVideoObjectDetectProgress = factory('offVideoObjectDetectProgress', {
|
|
130
|
+
namespace: 'ai'
|
|
131
|
+
});
|
|
132
|
+
/**
|
|
133
|
+
* @public
|
|
134
|
+
* @since @ray-js/ray 1.6.29
|
|
135
|
+
*/
|
|
136
|
+
export const generateTranslateTask = factory('generateTranslateTask', {
|
|
137
|
+
namespace: 'ai'
|
|
138
|
+
});
|
|
139
|
+
/**
|
|
140
|
+
* @public
|
|
141
|
+
* @since @ray-js/ray 1.7.9
|
|
142
|
+
*/
|
|
143
|
+
export const privacyProtectDetectForVideo = factory('privacyProtectDetectForVideo', {
|
|
144
|
+
namespace: 'ai'
|
|
145
|
+
});
|
|
146
|
+
/**
|
|
147
|
+
* @public
|
|
148
|
+
* @since @ray-js/ray 1.7.20
|
|
149
|
+
*/
|
|
150
|
+
export const petsPictureQualityDetectForImage = factory('petsPictureQualityDetectForImage', {
|
|
151
|
+
namespace: 'ai'
|
|
152
|
+
});
|
|
153
|
+
/**
|
|
154
|
+
* @public
|
|
155
|
+
* @since @ray-js/ray 1.7.20
|
|
156
|
+
*/
|
|
157
|
+
export const petsDetectCreate = factory('petsDetectCreate', {
|
|
158
|
+
namespace: 'ai'
|
|
159
|
+
});
|
|
160
|
+
/**
|
|
161
|
+
* @public
|
|
162
|
+
* @since @ray-js/ray 1.7.20
|
|
163
|
+
*/
|
|
164
|
+
export const petsDetectDestory = factory('petsDetectDestory', {
|
|
165
|
+
namespace: 'ai'
|
|
166
|
+
});
|
|
167
|
+
/**
|
|
168
|
+
* @public
|
|
169
|
+
* @since @ray-js/ray 1.7.27
|
|
170
|
+
*/
|
|
171
|
+
export const createForegroundVideoService = factory('createForegroundVideoService', {
|
|
172
|
+
namespace: 'ai'
|
|
173
|
+
});
|
|
174
|
+
/**
|
|
175
|
+
* @public
|
|
176
|
+
* @since @ray-js/ray 1.7.27
|
|
177
|
+
*/
|
|
178
|
+
export const destroyForegroundVideoService = factory('destroyForegroundVideoService', {
|
|
179
|
+
namespace: 'ai'
|
|
180
|
+
});
|
|
181
|
+
/**
|
|
182
|
+
* @public
|
|
183
|
+
* @since @ray-js/ray 1.7.27
|
|
184
|
+
*/
|
|
185
|
+
export const processForegroundMediaByTemplate = factory('processForegroundMediaByTemplate', {
|
|
186
|
+
namespace: 'ai'
|
|
187
|
+
});
|
|
188
|
+
/**
|
|
189
|
+
* @public
|
|
190
|
+
* @since @ray-js/ray 1.7.27
|
|
191
|
+
*/
|
|
192
|
+
export const processPetForegroundMediaByTemplate = factory('processPetForegroundMediaByTemplate', {
|
|
193
|
+
namespace: 'ai'
|
|
194
|
+
});
|
|
195
|
+
/**
|
|
196
|
+
* @public
|
|
197
|
+
* @since @ray-js/ray 1.7.37
|
|
198
|
+
*/
|
|
199
|
+
export const imageEnhanceCreate = factory('imageEnhanceCreate', {
|
|
200
|
+
namespace: 'ai'
|
|
201
|
+
});
|
|
202
|
+
/**
|
|
203
|
+
* @public
|
|
204
|
+
* @since @ray-js/ray 1.7.37
|
|
205
|
+
*/
|
|
206
|
+
export const imageEnhanceDestroy = factory('imageEnhanceDestroy', {
|
|
207
|
+
namespace: 'ai'
|
|
208
|
+
});
|
|
209
|
+
/**
|
|
210
|
+
* @public
|
|
211
|
+
* @since @ray-js/ray 1.7.37
|
|
212
|
+
*/
|
|
213
|
+
export const enhanceClarityForImage = factory('enhanceClarityForImage', {
|
|
214
|
+
namespace: 'ai'
|
|
215
|
+
});
|
|
216
|
+
/**
|
|
217
|
+
* @public
|
|
218
|
+
* @since @ray-js/ray 1.7.37
|
|
219
|
+
*/
|
|
220
|
+
export const enhanceClarityCancel = factory('enhanceClarityCancel', {
|
|
221
|
+
namespace: 'ai'
|
|
222
|
+
});
|
|
223
|
+
/**
|
|
224
|
+
* @public
|
|
225
|
+
* @since @ray-js/ray 1.7.37
|
|
226
|
+
*/
|
|
227
|
+
export const onEnhanceClarityProgress = factory('onEnhanceClarityProgress', {
|
|
228
|
+
namespace: 'ai'
|
|
229
|
+
});
|
|
230
|
+
/**
|
|
231
|
+
* @public
|
|
232
|
+
* @since @ray-js/ray 1.7.37
|
|
233
|
+
*/
|
|
234
|
+
export const offEnhanceClarityProgress = factory('offEnhanceClarityProgress', {
|
|
235
|
+
namespace: 'ai'
|
|
236
|
+
});
|
|
237
|
+
/**
|
|
238
|
+
* @public
|
|
239
|
+
* @since @ray-js/ray 1.7.37
|
|
240
|
+
*/
|
|
241
|
+
export const enhanceCalibrationForImage = factory('enhanceCalibrationForImage', {
|
|
242
|
+
namespace: 'ai'
|
|
243
|
+
});
|
|
244
|
+
/**
|
|
245
|
+
* @public
|
|
246
|
+
* @since @ray-js/ray 1.7.37
|
|
247
|
+
*/
|
|
248
|
+
export const enhanceCalibrationCancel = factory('enhanceCalibrationCancel', {
|
|
249
|
+
namespace: 'ai'
|
|
250
|
+
});
|
|
251
|
+
/**
|
|
252
|
+
* @public
|
|
253
|
+
* @since @ray-js/ray 1.7.43
|
|
254
|
+
*/
|
|
255
|
+
export const oralDiseaseInit = factory('oralDiseaseInit', {
|
|
256
|
+
namespace: 'ai'
|
|
257
|
+
});
|
|
258
|
+
/**
|
|
259
|
+
* @public
|
|
260
|
+
* @since @ray-js/ray 1.7.43
|
|
261
|
+
*/
|
|
262
|
+
export const onOralModelDownProgress = factory('onOralModelDownProgress', {
|
|
263
|
+
namespace: 'ai'
|
|
264
|
+
});
|
|
265
|
+
/**
|
|
266
|
+
* @public
|
|
267
|
+
* @since @ray-js/ray 1.7.43
|
|
268
|
+
*/
|
|
269
|
+
export const offOralModelDownProgress = factory('offOralModelDownProgress', {
|
|
270
|
+
namespace: 'ai'
|
|
271
|
+
});
|
|
272
|
+
/**
|
|
273
|
+
* @public
|
|
274
|
+
* @since @ray-js/ray 1.7.43
|
|
275
|
+
*/
|
|
276
|
+
export const oralDiseasePredictionRun = factory('oralDiseasePredictionRun', {
|
|
277
|
+
namespace: 'ai'
|
|
278
|
+
});
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* @public
|
|
282
|
+
* @since @ray-js/ray 1.7.60
|
|
283
|
+
*/
|
|
284
|
+
export const pixelImageInit = factory('pixelImageInit', {
|
|
285
|
+
namespace: 'ai'
|
|
286
|
+
});
|
|
287
|
+
/**
|
|
288
|
+
* @public
|
|
289
|
+
* @since @ray-js/ray 1.7.60
|
|
290
|
+
*/
|
|
291
|
+
export const fetchPixelImageCategoryInfo = factory('fetchPixelImageCategoryInfo', {
|
|
292
|
+
namespace: 'ai'
|
|
293
|
+
});
|
|
294
|
+
/**
|
|
295
|
+
* @public
|
|
296
|
+
* @since @ray-js/ray 1.7.60
|
|
297
|
+
*/
|
|
298
|
+
export const generationPixelImage = factory('generationPixelImage', {
|
|
299
|
+
namespace: 'ai'
|
|
300
|
+
});
|
|
301
|
+
/**
|
|
302
|
+
* @public
|
|
303
|
+
* @since @ray-js/ray 1.7.60
|
|
304
|
+
*/
|
|
305
|
+
export const generationPixeGifImage = factory('generationPixeGifImage', {
|
|
306
|
+
namespace: 'ai'
|
|
307
|
+
});
|
|
308
|
+
/**
|
|
309
|
+
* @public
|
|
310
|
+
* @since @ray-js/ray 1.7.60
|
|
311
|
+
*/
|
|
312
|
+
export const predictLightScenes = factory('predictLightScenes', {
|
|
313
|
+
namespace: 'ai'
|
|
314
|
+
});
|
|
315
|
+
/**
|
|
316
|
+
* @public
|
|
317
|
+
* @since @ray-js/ray 1.7.60
|
|
318
|
+
*/
|
|
319
|
+
export const onPixelImageInitProgressEvent = factory('onPixelImageInitProgressEvent', {
|
|
320
|
+
namespace: 'ai'
|
|
321
|
+
});
|
|
322
|
+
/**
|
|
323
|
+
* @public
|
|
324
|
+
* @since @ray-js/ray 1.7.60
|
|
325
|
+
*/
|
|
326
|
+
export const offPixelImageInitProgressEvent = factory('offPixelImageInitProgressEvent', {
|
|
327
|
+
namespace: 'ai'
|
|
328
|
+
});
|
|
329
|
+
|
|
330
|
+
// TranslateContext 子方法导出
|
|
331
|
+
/**
|
|
332
|
+
* @public
|
|
333
|
+
* @alias TranslateContext.startSpeak
|
|
334
|
+
*/
|
|
335
|
+
export const translateContextStartSpeak = factory('generateTranslateTask', {
|
|
336
|
+
namespace: 'ai'
|
|
337
|
+
});
|
|
338
|
+
/**
|
|
339
|
+
* @public
|
|
340
|
+
* @alias TranslateContext.stopSpeak
|
|
341
|
+
*/
|
|
342
|
+
export const translateContextStopSpeak = factory('generateTranslateTask', {
|
|
343
|
+
namespace: 'ai'
|
|
344
|
+
});
|
|
345
|
+
/**
|
|
346
|
+
* @public
|
|
347
|
+
* @alias TranslateContext.dispose
|
|
348
|
+
*/
|
|
349
|
+
export const translateContextDispose = factory('generateTranslateTask', {
|
|
350
|
+
namespace: 'ai'
|
|
351
|
+
});
|
|
352
|
+
/**
|
|
353
|
+
* @public
|
|
354
|
+
* @alias TranslateContext.onTranslateError
|
|
355
|
+
*/
|
|
356
|
+
export const translateContextOnTranslateError = factory('generateTranslateTask', {
|
|
357
|
+
namespace: 'ai'
|
|
358
|
+
});
|
|
359
|
+
/**
|
|
360
|
+
* @public
|
|
361
|
+
* @alias TranslateContext.offTranslateError
|
|
362
|
+
*/
|
|
363
|
+
export const translateContextOffTranslateError = factory('generateTranslateTask', {
|
|
364
|
+
namespace: 'ai'
|
|
365
|
+
});
|
|
366
|
+
/**
|
|
367
|
+
* @public
|
|
368
|
+
* @alias TranslateContext.onTranslateRealTimeStatusUpdate
|
|
369
|
+
*/
|
|
370
|
+
export const translateContextOnTranslateRealTimeStatusUpdate = factory('generateTranslateTask', {
|
|
371
|
+
namespace: 'ai'
|
|
372
|
+
});
|
|
373
|
+
/**
|
|
374
|
+
* @public
|
|
375
|
+
* @alias TranslateContext.offTranslateRealTimeStatusUpdate
|
|
376
|
+
*/
|
|
377
|
+
export const translateContextOffTranslateRealTimeStatusUpdate = factory('generateTranslateTask', {
|
|
378
|
+
namespace: 'ai'
|
|
379
|
+
});
|