public class GeneralFastOCRResponse extends AbstractModel
Constructor and Description |
---|
GeneralFastOCRResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getLanguage()
获取检测到的语言,目前支持的语种范围为:简体中文、繁体中文、英文、日文、韩文。未来将陆续新增对更多语种的支持。
返回结果含义为:zh - 中英混合,jap - 日文,kor - 韩文。
|
String |
getRequestId()
获取唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
TextDetection[] |
getTextDetections()
获取检测到的文本信息,具体内容请点击左侧链接。
|
void |
setLanguage(String Language)
设置检测到的语言,目前支持的语种范围为:简体中文、繁体中文、英文、日文、韩文。未来将陆续新增对更多语种的支持。
返回结果含义为:zh - 中英混合,jap - 日文,kor - 韩文。
|
void |
setRequestId(String RequestId)
设置唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setTextDetections(TextDetection[] TextDetections)
设置检测到的文本信息,具体内容请点击左侧链接。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TextDetection[] getTextDetections()
public void setTextDetections(TextDetection[] TextDetections)
TextDetections
- 检测到的文本信息,具体内容请点击左侧链接。public String getLanguage()
public void setLanguage(String Language)
Language
- 检测到的语言,目前支持的语种范围为:简体中文、繁体中文、英文、日文、韩文。未来将陆续新增对更多语种的支持。
返回结果含义为:zh - 中英混合,jap - 日文,kor - 韩文。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2019. All rights reserved.