using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FlexJobApi.Core { /// /// 文字识别通道 /// public enum EnumOcrAccess { /// /// 百度 /// Baidu = 10 } }