@ray-js/api 1.7.80 → 1.7.82

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