public class AiRecognitionTaskOcrFullTextResultOutput extends AbstractModel
header, skipSign| Constructor and Description |
|---|
AiRecognitionTaskOcrFullTextResultOutput() |
AiRecognitionTaskOcrFullTextResultOutput(AiRecognitionTaskOcrFullTextResultOutput 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.
|
| Modifier and Type | Method and Description |
|---|---|
AiRecognitionTaskOcrFullTextSegmentItem[] |
getSegmentSet()
Get Full-text recognition result set
Note: this list displays up to the first 100 results.
|
String |
getSegmentSetFileUrl()
Get URL to the file of the full-text recognition result set.
|
String |
getSegmentSetFileUrlExpireTime()
Get Expiration time of the URL to the file of the full-text recognition result set, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732)
|
void |
setSegmentSet(AiRecognitionTaskOcrFullTextSegmentItem[] SegmentSet)
Set Full-text recognition result set
Note: this list displays up to the first 100 results.
|
void |
setSegmentSetFileUrl(String SegmentSetFileUrl)
Set URL to the file of the full-text recognition result set.
|
void |
setSegmentSetFileUrlExpireTime(String SegmentSetFileUrlExpireTime)
Set Expiration time of the URL to the file of the full-text recognition result set, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AiRecognitionTaskOcrFullTextResultOutput()
public AiRecognitionTaskOcrFullTextResultOutput(AiRecognitionTaskOcrFullTextResultOutput source)
public AiRecognitionTaskOcrFullTextSegmentItem[] getSegmentSet()
public void setSegmentSet(AiRecognitionTaskOcrFullTextSegmentItem[] SegmentSet)
SegmentSet - Full-text recognition result set
Note: this list displays up to the first 100 results. You can get all the results from the file whose URL is `SegmentSetFileUrl`.public String getSegmentSetFileUrl()
public void setSegmentSetFileUrl(String SegmentSetFileUrl)
SegmentSetFileUrl - URL to the file of the full-text recognition result set. The file format is JSON, and the data structure is the same as `SegmentSet`. The file will be deleted upon the expiration time `SegmentSetFileUrlExpireTime`, instead of being stored permanently.public String getSegmentSetFileUrlExpireTime()
public void setSegmentSetFileUrlExpireTime(String SegmentSetFileUrlExpireTime)
SegmentSetFileUrlExpireTime - Expiration time of the URL to the file of the full-text recognition result set, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732)Copyright © 2025. All rights reserved.