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

Method GetWordResultCount

src/pkgDm/Dm2Java.java:2175–2177  ·  view source on GitHub ↗

在使用GetWords进行词组识别以后,可以用此接口进行识别词组数量的计算. @param str GetWords接口调用以后的返回值 @return 返回词组数量

(String str)

Source from the content-addressed store, hash-verified

2173 * @return 返回词组数量
2174 */
2175 public int GetWordResultCount(String str){
2176 return Dispatch.call(dm,"GetWordResultCount",str).getInt();
2177 }
2178
2179 /**
2180 * 在使用GetWords进行词组识别以后,可以用此接口进行识别各个词组的坐标

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected