( transcript: unknown, options?: TranscriptLanguageOptions )
| 114 | } |
| 115 | |
| 116 | export function isTranscriptEnglish( |
| 117 | transcript: unknown, |
| 118 | options?: TranscriptLanguageOptions |
| 119 | ): boolean { |
| 120 | return assessTranscriptLanguage(transcript, options).isEnglish; |
| 121 | } |
nothing calls this directly
no test coverage detected