public class GeneralRecognitionResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
GeneralRecognitionResponse() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDirection() |
BigInteger |
getLogId() |
List<GeneralWordsResult> |
getResult() |
Long |
getResultNum() |
void |
setDirection(Integer direction) |
void |
setLogId(BigInteger logId) |
void |
setResult(List<GeneralWordsResult> result) |
void |
setResultNum(Long resultNum) |
getMetadatapublic BigInteger getLogId()
public void setLogId(BigInteger logId)
public Integer getDirection()
public void setDirection(Integer direction)
public Long getResultNum()
public void setResultNum(Long resultNum)
public List<GeneralWordsResult> getResult()
public void setResult(List<GeneralWordsResult> result)
Copyright © 2021. All rights reserved.