MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / SetDictPwd

Method SetDictPwd

src/pkgDm/Dm2Java.java:2311–2313  ·  view source on GitHub ↗

设置字库的密码,在SetDict前调用,目前的设计是,所有字库通用一个密码. @param pwd 字库密码 @return 0: 失败 1: 成功

(String pwd)

Source from the content-addressed store, hash-verified

2309 * @return 0: 失败 1: 成功
2310 */
2311 public int SetDictPwd(String pwd){
2312 return Dispatch.call(dm, "SetDictPwd", pwd).getInt();
2313 }
2314
2315 /**
2316 * 高级用户使用,在使用文字识别功能前,设定是否开启精准识别.

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected