Huggingface.js 文档

接口: AudioToAudioOutputValue

Hugging Face's logo
加入 Hugging Face 社区

并获得增强文档体验

开始使用

接口:AudioToAudioOutputValue

属性

blob

blob: string

Base64 编码的音频输出。

定义于

inference/src/tasks/audio/audioToAudio.ts:21


content-type

content-type: string

blob 的内容类型,例如 audio/flac

定义于

inference/src/tasks/audio/audioToAudio.ts:26


label

label: string

音频输出的标签(模型特定)

定义于

inference/src/tasks/audio/audioToAudio.ts:16

< > 在 GitHub 上更新