Uses of Class
com.tencentcloudapi.ecc.v20181213.models.ErrorCoordinate
-
Packages that use ErrorCoordinate Package Description com.tencentcloudapi.ecc.v20181213.models -
-
Uses of ErrorCoordinate in com.tencentcloudapi.ecc.v20181213.models
Methods in com.tencentcloudapi.ecc.v20181213.models that return ErrorCoordinate Modifier and Type Method Description ErrorCoordinate[]SentenceSuggest. getErrorCoordinates()Get 维度单词坐标,错误单词在图片中的坐标,只有传图片时正常返回,传文字时返回[ ]Methods in com.tencentcloudapi.ecc.v20181213.models with parameters of type ErrorCoordinate Modifier and Type Method Description voidSentenceSuggest. setErrorCoordinates(ErrorCoordinate[] ErrorCoordinates)Set 维度单词坐标,错误单词在图片中的坐标,只有传图片时正常返回,传文字时返回[ ]Constructors in com.tencentcloudapi.ecc.v20181213.models with parameters of type ErrorCoordinate Constructor Description ErrorCoordinate(ErrorCoordinate source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-