frigate/web/public/locales/en/config/audio_transcription.json

18 lines
435 B
JSON

{
"label": "Audio transcription config.",
"enabled": {
"label": "Enable audio transcription."
},
"language": {
"label": "Language abbreviation to use for audio event transcription/translation."
},
"device": {
"label": "The device used for audio transcription."
},
"model_size": {
"label": "The size of the embeddings model used."
},
"live_enabled": {
"label": "Enable live transcriptions."
}
}