public class AiRecognitionTaskOcrFullTextSegmentTextItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AiRecognitionTaskOcrFullTextSegmentTextItem() | 
| AiRecognitionTaskOcrFullTextSegmentTextItem(AiRecognitionTaskOcrFullTextSegmentTextItem 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 | 
|---|---|
| Long[] | getAreaCoordSet()Get 识别结果的区域坐标。数组包含 4 个元素 [x1,y1,x2,y2],依次表示区域左上点、右下点的横纵坐标。 | 
| Float | getConfidence()Get 识别片段置信度。取值:0~100。 | 
| String | getText()Get 识别文本。 | 
| void | setAreaCoordSet(Long[] AreaCoordSet)Set 识别结果的区域坐标。数组包含 4 个元素 [x1,y1,x2,y2],依次表示区域左上点、右下点的横纵坐标。 | 
| void | setConfidence(Float Confidence)Set 识别片段置信度。取值:0~100。 | 
| void | setText(String Text)Set 识别文本。 | 
| 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 AiRecognitionTaskOcrFullTextSegmentTextItem()
public AiRecognitionTaskOcrFullTextSegmentTextItem(AiRecognitionTaskOcrFullTextSegmentTextItem source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - 识别片段置信度。取值:0~100。public Long[] getAreaCoordSet()
public void setAreaCoordSet(Long[] AreaCoordSet)
AreaCoordSet - 识别结果的区域坐标。数组包含 4 个元素 [x1,y1,x2,y2],依次表示区域左上点、右下点的横纵坐标。public String getText()
public void setText(String Text)
Text - 识别文本。Copyright © 2025. All rights reserved.