public class ImageOCRResponse extends CosServiceResult
| Constructor and Description |
|---|
ImageOCRResponse() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getAngel() |
String |
getLanguage() |
Integer |
getPdfPageSize() |
List<TextDetection> |
getTextDetections() |
void |
setAngel(Float angel) |
void |
setLanguage(String language) |
void |
setPdfPageSize(Integer pdfPageSize) |
void |
setTextDetections(List<TextDetection> textDetections) |
getRequestId, setRequestIdpublic List<TextDetection> getTextDetections()
public void setTextDetections(List<TextDetection> textDetections)
public String getLanguage()
public void setLanguage(String language)
public Float getAngel()
public void setAngel(Float angel)
public Integer getPdfPageSize()
public void setPdfPageSize(Integer pdfPageSize)
Copyright © 2025. All rights reserved.