@ray-js/api 1.7.81 → 1.7.83-beta.0

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.
@@ -0,0 +1,432 @@
1
+ /// <reference path="../@types/WearKit.d.ts" />
2
+ /**
3
+ * @public
4
+ * @since @ray-js/ray 1.7.14
5
+ * @deprecated @ray-js/ray 1.7.82起废弃,改用 startAudioRecording
6
+ */
7
+ export declare const startRecordTransfer: typeof ty.wear.startRecordTransfer;
8
+ /**
9
+ * @public
10
+ * @since @ray-js/ray 1.7.14
11
+ */
12
+ export declare const pauseRecordTransfer: typeof ty.wear.pauseRecordTransfer;
13
+ /**
14
+ * @public
15
+ * @since @ray-js/ray 1.7.14
16
+ */
17
+ export declare const resumeRecordTransfer: typeof ty.wear.resumeRecordTransfer;
18
+ /**
19
+ * @public
20
+ * @since @ray-js/ray 1.7.14
21
+ */
22
+ export declare const stopRecordTransfer: typeof ty.wear.stopRecordTransfer;
23
+ /**
24
+ * @public
25
+ * @since @ray-js/ray 1.7.14
26
+ */
27
+ export declare const recordTransferTask: typeof ty.wear.recordTransferTask;
28
+ /**
29
+ * @public
30
+ * @since @ray-js/ray 1.7.14
31
+ */
32
+ export declare const getRecordTransferRealTimeResult: typeof ty.wear.getRecordTransferRealTimeResult;
33
+ /**
34
+ * @public
35
+ * @since @ray-js/ray 1.7.14
36
+ */
37
+ export declare const getRecordTransferResultList: typeof ty.wear.getRecordTransferResultList;
38
+ /**
39
+ * @public
40
+ * @since @ray-js/ray 1.7.14
41
+ */
42
+ export declare const getRecordTransferResultDetail: typeof ty.wear.getRecordTransferResultDetail;
43
+ /**
44
+ * @public
45
+ * @since @ray-js/ray 1.7.14
46
+ */
47
+ export declare const updateRecordTransferResult: typeof ty.wear.updateRecordTransferResult;
48
+ /**
49
+ * @public
50
+ * @since @ray-js/ray 1.7.14
51
+ */
52
+ export declare const removeFileList: typeof ty.wear.removeFileList;
53
+ /**
54
+ * @public
55
+ * @since @ray-js/ray 1.7.14
56
+ */
57
+ export declare const saveRecordTransferRecognizeResult: typeof ty.wear.saveRecordTransferRecognizeResult;
58
+ /**
59
+ * @public
60
+ * @since @ray-js/ray 1.7.14
61
+ */
62
+ export declare const saveRecordTransferSummaryResult: typeof ty.wear.saveRecordTransferSummaryResult;
63
+ /**
64
+ * @public
65
+ * @since @ray-js/ray 1.7.14
66
+ */
67
+ export declare const saveRecordTransferRealTimeRecognizeResult: typeof ty.wear.saveRecordTransferRealTimeRecognizeResult;
68
+ /**
69
+ * @public
70
+ * @since @ray-js/ray 1.7.14
71
+ */
72
+ export declare const getRecordTransferProcessStatus: typeof ty.wear.getRecordTransferProcessStatus;
73
+ /**
74
+ * @public
75
+ * @since @ray-js/ray 1.7.14
76
+ */
77
+ export declare const getRecordTransferRecognizeResult: typeof ty.wear.getRecordTransferRecognizeResult;
78
+ /**
79
+ * @public
80
+ * @since @ray-js/ray 1.7.14
81
+ */
82
+ export declare const processRecordTransferResult: typeof ty.wear.processRecordTransferResult;
83
+ /**
84
+ * @public
85
+ * @since @ray-js/ray 1.7.14
86
+ */
87
+ export declare const getRecordTransferSummaryResult: typeof ty.wear.getRecordTransferSummaryResult;
88
+ /**
89
+ * @public
90
+ * @since @ray-js/ray 1.7.14
91
+ */
92
+ export declare const onRecordTransferRealTimeRecognizeStatusUpdateEvent: typeof ty.wear.onRecordTransferRealTimeRecognizeStatusUpdateEvent;
93
+ /**
94
+ * @public
95
+ * @since @ray-js/ray 1.7.14
96
+ */
97
+ export declare const onRecordTransferAmplitudeUpdateEvent: typeof ty.wear.onRecordTransferAmplitudeUpdateEvent;
98
+ /**
99
+ * @public
100
+ * @since @ray-js/ray 1.7.14
101
+ */
102
+ export declare const onRecordTransferStatusUpdateEvent: typeof ty.wear.onRecordTransferStatusUpdateEvent;
103
+ /**
104
+ * @public
105
+ * @since @ray-js/ray 1.7.14
106
+ */
107
+ export declare const onRecordTransferFinishEvent: typeof ty.wear.onRecordTransferFinishEvent;
108
+ /**
109
+ * @public
110
+ * @since @ray-js/ray 1.7.14
111
+ */
112
+ export declare const offRecordTransferRealTimeRecognizeStatusUpdateEvent: typeof ty.wear.offRecordTransferRealTimeRecognizeStatusUpdateEvent;
113
+ /**
114
+ * @public
115
+ * @since @ray-js/ray 1.7.14
116
+ */
117
+ export declare const offRecordTransferAmplitudeUpdateEvent: typeof ty.wear.offRecordTransferAmplitudeUpdateEvent;
118
+ /**
119
+ * @public
120
+ * @since @ray-js/ray 1.7.14
121
+ */
122
+ export declare const offRecordTransferStatusUpdateEvent: typeof ty.wear.offRecordTransferStatusUpdateEvent;
123
+ /**
124
+ * @public
125
+ * @since @ray-js/ray 1.7.14
126
+ */
127
+ export declare const offRecordTransferFinishEvent: typeof ty.wear.offRecordTransferFinishEvent;
128
+ /**
129
+ * @public
130
+ * @since @ray-js/ray 1.7.82
131
+ */
132
+ export declare const startAudioRecording: typeof ty.wear.startAudioRecording;
133
+ /**
134
+ * @public
135
+ * @since @ray-js/ray 1.7.82
136
+ */
137
+ export declare const updateParams: typeof ty.wear.updateParams;
138
+ /**
139
+ * @public
140
+ * @since @ray-js/ray 1.7.82
141
+ */
142
+ export declare const switchRecordChannel: typeof ty.wear.switchRecordChannel;
143
+ /**
144
+ * @public
145
+ * @since @ray-js/ray 1.7.82
146
+ */
147
+ export declare const searchRecordTransferResult: typeof ty.wear.searchRecordTransferResult;
148
+ /**
149
+ * @public
150
+ * @since @ray-js/ray 1.7.82
151
+ */
152
+ export declare const getAudioFilesSize: typeof ty.wear.getAudioFilesSize;
153
+ /**
154
+ * @public
155
+ * @since @ray-js/ray 1.7.82
156
+ */
157
+ export declare const loadOfflineFile: typeof ty.wear.loadOfflineFile;
158
+ /**
159
+ * @public
160
+ * @since @ray-js/ray 1.7.82
161
+ */
162
+ export declare const getDeviceOfflineFileStatus: typeof ty.wear.getDeviceOfflineFileStatus;
163
+ /**
164
+ * @public
165
+ * @since @ray-js/ray 1.7.82
166
+ */
167
+ export declare const switchModeLoadOfflineFile: typeof ty.wear.switchModeLoadOfflineFile;
168
+ /**
169
+ * @public
170
+ * @since @ray-js/ray 1.7.82
171
+ */
172
+ export declare const getCloudSyncSwitchStatus: typeof ty.wear.getCloudSyncSwitchStatus;
173
+ /**
174
+ * @public
175
+ * @since @ray-js/ray 1.7.82
176
+ */
177
+ export declare const syncNoteRecord: typeof ty.wear.syncNoteRecord;
178
+ /**
179
+ * @public
180
+ * @since @ray-js/ray 1.7.82
181
+ */
182
+ export declare const syncDownloadNoteAudio: typeof ty.wear.syncDownloadNoteAudio;
183
+ /**
184
+ * @public
185
+ * @since @ray-js/ray 1.7.82
186
+ */
187
+ export declare const startImport: typeof ty.wear.startImport;
188
+ /**
189
+ * @public
190
+ * @since @ray-js/ray 1.7.82
191
+ */
192
+ export declare const retryImport: typeof ty.wear.retryImport;
193
+ /**
194
+ * @public
195
+ * @since @ray-js/ray 1.7.82
196
+ */
197
+ export declare const cancelImport: typeof ty.wear.cancelImport;
198
+ /**
199
+ * @public
200
+ * @since @ray-js/ray 1.7.82
201
+ */
202
+ export declare const cancelRetry: typeof ty.wear.cancelRetry;
203
+ /**
204
+ * @public
205
+ * @since @ray-js/ray 1.7.82
206
+ */
207
+ export declare const getAudioImportStatus: typeof ty.wear.getAudioImportStatus;
208
+ /**
209
+ * @public
210
+ * @since @ray-js/ray 1.7.82
211
+ */
212
+ export declare const operateAudioFileSafePath: typeof ty.wear.operateAudioFileSafePath;
213
+ /**
214
+ * @public
215
+ * @since @ray-js/ray 1.7.82
216
+ */
217
+ export declare const operateEventLimit: typeof ty.wear.operateEventLimit;
218
+ /**
219
+ * @public
220
+ * @since @ray-js/ray 1.7.82
221
+ */
222
+ export declare const getEarPhoneBTConntectedStatus: typeof ty.wear.getEarPhoneBTConntectedStatus;
223
+ /**
224
+ * @public
225
+ * @since @ray-js/ray 1.7.82
226
+ */
227
+ export declare const operateRecordShareLink: typeof ty.wear.operateRecordShareLink;
228
+ /**
229
+ * @public
230
+ * @since @ray-js/ray 1.7.82
231
+ */
232
+ export declare const mergeRecordList: typeof ty.wear.mergeRecordList;
233
+ /**
234
+ * @public
235
+ * @since @ray-js/ray 1.7.82
236
+ */
237
+ export declare const cancelMergeRecordList: typeof ty.wear.cancelMergeRecordList;
238
+ /**
239
+ * @public
240
+ * @since @ray-js/ray 1.7.82
241
+ */
242
+ export declare const getFileMergeStatus: typeof ty.wear.getFileMergeStatus;
243
+ /**
244
+ * @public
245
+ * @since @ray-js/ray 1.7.82
246
+ */
247
+ export declare const operateRecordingFloat: typeof ty.wear.operateRecordingFloat;
248
+ /**
249
+ * @public
250
+ * @since @ray-js/ray 1.7.82
251
+ */
252
+ export declare const getQuickEntryList: typeof ty.wear.getQuickEntryList;
253
+ /**
254
+ * @public
255
+ * @since @ray-js/ray 1.7.82
256
+ */
257
+ export declare const setQuickEntryEnabled: typeof ty.wear.setQuickEntryEnabled;
258
+ /**
259
+ * @public
260
+ * @since @ray-js/ray 1.7.82
261
+ */
262
+ export declare const updateRecordTagResult: typeof ty.wear.updateRecordTagResult;
263
+ /**
264
+ * @public
265
+ * @since @ray-js/ray 1.7.82
266
+ */
267
+ export declare const readyToSetupNativeChannel: typeof ty.wear.readyToSetupNativeChannel;
268
+ /**
269
+ * @public
270
+ * @since @ray-js/ray 1.7.82
271
+ */
272
+ export declare const startTranslate: typeof ty.wear.startTranslate;
273
+ /**
274
+ * @public
275
+ * @since @ray-js/ray 1.7.82
276
+ */
277
+ export declare const getTranslateFileList: typeof ty.wear.getTranslateFileList;
278
+ /**
279
+ * @public
280
+ * @since @ray-js/ray 1.7.82
281
+ */
282
+ export declare const getTranslateFileDetail: typeof ty.wear.getTranslateFileDetail;
283
+ /**
284
+ * @public
285
+ * @since @ray-js/ray 1.7.82
286
+ */
287
+ export declare const sendToNote: typeof ty.wear.sendToNote;
288
+ /**
289
+ * @public
290
+ * @since @ray-js/ray 1.7.82
291
+ */
292
+ export declare const batchRemoveTranslationFiles: typeof ty.wear.batchRemoveTranslationFiles;
293
+ /**
294
+ * @public
295
+ * @since @ray-js/ray 1.7.82
296
+ */
297
+ export declare const onRecordTransferFileUploadEvent: typeof ty.wear.onRecordTransferFileUploadEvent;
298
+ /**
299
+ * @public
300
+ * @since @ray-js/ray 1.7.82
301
+ */
302
+ export declare const offRecordTransferFileUploadEvent: typeof ty.wear.offRecordTransferFileUploadEvent;
303
+ /**
304
+ * @public
305
+ * @since @ray-js/ray 1.7.82
306
+ */
307
+ export declare const onRecordSwitchAudioSourceEvent: typeof ty.wear.onRecordSwitchAudioSourceEvent;
308
+ /**
309
+ * @public
310
+ * @since @ray-js/ray 1.7.82
311
+ */
312
+ export declare const offRecordSwitchAudioSourceEvent: typeof ty.wear.offRecordSwitchAudioSourceEvent;
313
+ /**
314
+ * @public
315
+ * @since @ray-js/ray 1.7.82
316
+ */
317
+ export declare const onRecordBatteryChangeEvent: typeof ty.wear.onRecordBatteryChangeEvent;
318
+ /**
319
+ * @public
320
+ * @since @ray-js/ray 1.7.82
321
+ */
322
+ export declare const offRecordBatteryChangeEvent: typeof ty.wear.offRecordBatteryChangeEvent;
323
+ /**
324
+ * @public
325
+ * @since @ray-js/ray 1.7.82
326
+ */
327
+ export declare const onRecordQualityChangeEvent: typeof ty.wear.onRecordQualityChangeEvent;
328
+ /**
329
+ * @public
330
+ * @since @ray-js/ray 1.7.82
331
+ */
332
+ export declare const offRecordQualityChangeEvent: typeof ty.wear.offRecordQualityChangeEvent;
333
+ /**
334
+ * @public
335
+ * @since @ray-js/ray 1.7.82
336
+ */
337
+ export declare const onEarPhoneBTConnectedStatusChangeEvent: typeof ty.wear.onEarPhoneBTConnectedStatusChangeEvent;
338
+ /**
339
+ * @public
340
+ * @since @ray-js/ray 1.7.82
341
+ */
342
+ export declare const offEarPhoneBTConnectedStatusChangeEvent: typeof ty.wear.offEarPhoneBTConnectedStatusChangeEvent;
343
+ /**
344
+ * @public
345
+ * @since @ray-js/ray 1.7.82
346
+ */
347
+ export declare const onOfflineFilesProgressEvent: typeof ty.wear.onOfflineFilesProgressEvent;
348
+ /**
349
+ * @public
350
+ * @since @ray-js/ray 1.7.82
351
+ */
352
+ export declare const offOfflineFilesProgressEvent: typeof ty.wear.offOfflineFilesProgressEvent;
353
+ /**
354
+ * @public
355
+ * @since @ray-js/ray 1.7.82
356
+ */
357
+ export declare const onFileImportStatusEvent: typeof ty.wear.onFileImportStatusEvent;
358
+ /**
359
+ * @public
360
+ * @since @ray-js/ray 1.7.82
361
+ */
362
+ export declare const offFileImportStatusEvent: typeof ty.wear.offFileImportStatusEvent;
363
+ /**
364
+ * @public
365
+ * @since @ray-js/ray 1.7.82
366
+ */
367
+ export declare const onCloudSyncSwitchStatusEvent: typeof ty.wear.onCloudSyncSwitchStatusEvent;
368
+ /**
369
+ * @public
370
+ * @since @ray-js/ray 1.7.82
371
+ */
372
+ export declare const offCloudSyncSwitchStatusEvent: typeof ty.wear.offCloudSyncSwitchStatusEvent;
373
+ /**
374
+ * @public
375
+ * @since @ray-js/ray 1.7.82
376
+ */
377
+ export declare const onPartialRecordUpdate: typeof ty.wear.onPartialRecordUpdate;
378
+ /**
379
+ * @public
380
+ * @since @ray-js/ray 1.7.82
381
+ */
382
+ export declare const offPartialRecordUpdate: typeof ty.wear.offPartialRecordUpdate;
383
+ /**
384
+ * @public
385
+ * @since @ray-js/ray 1.7.82
386
+ */
387
+ export declare const onFileListUpdateStatusEvent: typeof ty.wear.onFileListUpdateStatusEvent;
388
+ /**
389
+ * @public
390
+ * @since @ray-js/ray 1.7.82
391
+ */
392
+ export declare const offFileListUpdateStatusEvent: typeof ty.wear.offFileListUpdateStatusEvent;
393
+ /**
394
+ * @public
395
+ * @since @ray-js/ray 1.7.82
396
+ */
397
+ export declare const onFileMergeStatusEvent: typeof ty.wear.onFileMergeStatusEvent;
398
+ /**
399
+ * @public
400
+ * @since @ray-js/ray 1.7.82
401
+ */
402
+ export declare const offFileMergeStatusEvent: typeof ty.wear.offFileMergeStatusEvent;
403
+ /**
404
+ * @public
405
+ * @since @ray-js/ray 1.7.82
406
+ */
407
+ export declare const onPushRouteInfoEvent: typeof ty.wear.onPushRouteInfoEvent;
408
+ /**
409
+ * @public
410
+ * @since @ray-js/ray 1.7.82
411
+ */
412
+ export declare const offPushRouteInfoEvent: typeof ty.wear.offPushRouteInfoEvent;
413
+ /**
414
+ * @public
415
+ * @since @ray-js/ray 1.7.82
416
+ */
417
+ export declare const onQuickEntryAddEvent: typeof ty.wear.onQuickEntryAddEvent;
418
+ /**
419
+ * @public
420
+ * @since @ray-js/ray 1.7.82
421
+ */
422
+ export declare const offQuickEntryAddEvent: typeof ty.wear.offQuickEntryAddEvent;
423
+ /**
424
+ * @public
425
+ * @since @ray-js/ray 1.7.82
426
+ */
427
+ export declare const onTextTranslateTtsCompleteEvent: typeof ty.wear.onTextTranslateTtsCompleteEvent;
428
+ /**
429
+ * @public
430
+ * @since @ray-js/ray 1.7.82
431
+ */
432
+ export declare const offTextTranslateTtsCompleteEvent: typeof ty.wear.offTextTranslateTtsCompleteEvent;