@mediapipe/tasks-audio 0.1.0-alpha-13 → 0.1.0-alpha-15
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/audio.d.ts
CHANGED
|
@@ -420,6 +420,8 @@ declare abstract class TaskRunner {
|
|
|
420
420
|
protected constructor();
|
|
421
421
|
/** Configures the task with custom options. */
|
|
422
422
|
abstract setOptions(options: TaskRunnerOptions): Promise<void>;
|
|
423
|
+
/** Closes and cleans up the resources held by this task. */
|
|
424
|
+
close(): void;
|
|
423
425
|
}
|
|
424
426
|
|
|
425
427
|
/** Options to configure MediaPipe Tasks in general. */
|