Package cn.com.anysdk.ocr.config
Class OcrProperties
java.lang.Object
cn.com.anysdk.ocr.config.OcrProperties
OCR 配置属性
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class阿里云配置static class百度云配置static classOCR密钥配置static class腾讯云配置 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBaidu()booleanvoidvoidvoidsetEnabled(boolean enabled) voidsetEndpoint(String endpoint) voidsetProvider(String provider) void
-
Constructor Details
-
OcrProperties
public OcrProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getProvider
-
setProvider
-
getEndpoint
-
setEndpoint
-
getAliyun
-
setAliyun
-
getTencent
-
setTencent
-
getBaidu
-
setBaidu
-