IdentifyInput
Properties
Name | Type | Required | Description |
---|---|---|---|
content_uri | str | ❌ | Publicly facing uri |
encoding | IdentifyInputEncoding | ❌ | The encoding of the original audio |
language_code | str | ❌ | Language spoken in the audio file. |
source | str | ❌ | Source of the audio file eg: Phone, RingCentral, GoogleMeet, Zoom etc |
audio_type | IdentifyInputAudioType | ❌ | Type of the audio |
speaker_ids | List[str] | ❌ | Set of enrolled speakers to be identified from the media. |
enable_voice_activity_detection | bool | ❌ | Apply voice activity detection. |
IdentifyInputEncoding
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" |
IdentifyInputAudioType
Type of the audio
Properties
Name | Type | Required | Description |
---|---|---|---|
CALLCENTER | str | ✅ | "CallCenter" |
MEETING | str | ✅ | "Meeting" |
EARNINGSCALLS | str | ✅ | "EarningsCalls" |
INTERVIEW | str | ✅ | "Interview" |
PRESSCONFERENCE | str | ✅ | "PressConference" |
VOICEMAIL | str | ✅ | "Voicemail" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs