mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
13 lines
210 B
C#
13 lines
210 B
C#
namespace BetterGenshinImpact.Core.Recognition;
|
|
|
|
public enum PaddleOcrModelConfig
|
|
{
|
|
V4Auto = 2,
|
|
V5Auto = 0,
|
|
V4 = 7,
|
|
V4En = 3,
|
|
V5 = 1,
|
|
V5Latin = 4,
|
|
V5Eslav = 5,
|
|
V5Korean = 6,
|
|
} |