EnrollmentPatchInput
Properties
Name | Type | Required | Description |
---|---|---|---|
encoding | EnrollmentPatchInputEncoding | ✅ | The encoding of the original audio |
content | str | ✅ | Base64-encoded audio file data. |
language_code | str | ❌ | Language spoken in the audio file. |
EnrollmentPatchInputEncoding
The encoding of the original audio
Properties
Name | Type | Required | Description |
---|---|---|---|
MPEG | str | ✅ | "Mpeg" |
MP4 | str | ✅ | "Mp4" |
WAV | str | ✅ | "Wav" |
WEBM | str | ✅ | "Webm" |
WEBP | str | ✅ | "Webp" |
AAC | str | ✅ | "Aac" |
AVI | str | ✅ | "Avi" |
OGG | str | ✅ | "Ogg" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs