public class RecognizeExcelExportRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
fileName |
String |
imageOp |
Long |
ocrImageCount |
String |
ocrResult |
String |
ocrType |
| 构造器和说明 |
|---|
RecognizeExcelExportRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RecognizeExcelExportRequest |
build(Map<String,?> map) |
String |
getFileName() |
String |
getImageOp() |
Long |
getOcrImageCount() |
String |
getOcrResult() |
String |
getOcrType() |
RecognizeExcelExportRequest |
setFileName(String fileName) |
RecognizeExcelExportRequest |
setImageOp(String imageOp) |
RecognizeExcelExportRequest |
setOcrImageCount(Long ocrImageCount) |
RecognizeExcelExportRequest |
setOcrResult(String ocrResult) |
RecognizeExcelExportRequest |
setOcrType(String ocrType) |
@NameInMap(value="FileName") public String fileName
@NameInMap(value="ImageOp") public String imageOp
@NameInMap(value="OcrImageCount") public Long ocrImageCount
@NameInMap(value="OcrResult") public String ocrResult
@NameInMap(value="OcrType") public String ocrType
public static RecognizeExcelExportRequest build(Map<String,?> map) throws Exception
Exceptionpublic RecognizeExcelExportRequest setFileName(String fileName)
public String getFileName()
public RecognizeExcelExportRequest setImageOp(String imageOp)
public String getImageOp()
public RecognizeExcelExportRequest setOcrImageCount(Long ocrImageCount)
public Long getOcrImageCount()
public RecognizeExcelExportRequest setOcrResult(String ocrResult)
public String getOcrResult()
public RecognizeExcelExportRequest setOcrType(String ocrType)
public String getOcrType()
Copyright © 2022. All rights reserved.