Browse Source

Update transcribe_local.php

FusionPBX 1 month ago
parent
commit
606aad2395
1 changed files with 5 additions and 0 deletions
  1. 5 0
      resources/classes/transcribe_local.php

+ 5 - 0
resources/classes/transcribe_local.php

@@ -59,6 +59,11 @@ if (!class_exists('transcribe_local')) {
 			$this->message = $audio_message;
 		}
 
+		public function is_language_enabled() : bool {
+			//return the whether engine is handles languages
+			return false;
+		}
+
 		public function set_language(string $audio_language) {
 			$this->language = $audio_language;
 		}