mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 13:01:34 +00:00
add subtitle language detection
This commit is contained in:
parent
c9d7eb9b04
commit
0e7cbb0465
76 changed files with 2256 additions and 26 deletions
|
|
@ -0,0 +1,15 @@
|
|||
namespace NLangDetect.Core
|
||||
{
|
||||
public enum ErrorCode
|
||||
{
|
||||
NoTextError,
|
||||
FormatError,
|
||||
FileLoadError,
|
||||
DuplicateLangError,
|
||||
NeedLoadProfileError,
|
||||
CantDetectError,
|
||||
CantOpenTrainData,
|
||||
TrainDataFormatError,
|
||||
InitParamError,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue