mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 05:24:11 +03:00
23 lines
584 B
JSON
23 lines
584 B
JSON
|
|
{
|
||
|
|
"label": "Audio transcription config.",
|
||
|
|
"properties": {
|
||
|
|
"enabled": {
|
||
|
|
"label": "Enable audio transcription."
|
||
|
|
},
|
||
|
|
"language": {
|
||
|
|
"label": "Language abbreviation to use for audio event transcription/translation."
|
||
|
|
},
|
||
|
|
"device": {
|
||
|
|
"label": "The device used for license plate recognition."
|
||
|
|
},
|
||
|
|
"model_size": {
|
||
|
|
"label": "The size of the embeddings model used."
|
||
|
|
},
|
||
|
|
"enabled_in_config": {
|
||
|
|
"label": "Keep track of original state of camera."
|
||
|
|
},
|
||
|
|
"live_enabled": {
|
||
|
|
"label": "Enable live transcriptions."
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|