public class ExtractionFieldResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExtractionFieldResult() |
ExtractionFieldResult(ExtractionFieldResult 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 |
---|---|
String |
getId()
Get 字段ID
|
String |
getName()
Get 用于合同智能提取的字段名称。
|
PositionInfo[] |
getPositions()
Get 提取出值在合同中的坐标位置信息
|
Boolean |
getRequiresSemanticExtraction()
Get 是否需要语义提取,默认为false
|
String |
getType()
Get 合同智能提取的字段类型,目前仅支持TEXT、DATE、NUMBER、OPTION类型。
类型支持如下: 1、TEXT(文本) 2、DATE(日期) 3、NUMBER(数字) 4、OPTION(选项值)
|
String[] |
getValues()
Get 提取出合同中的字段信息。
|
void |
setId(String Id)
Set 字段ID
|
void |
setName(String Name)
Set 用于合同智能提取的字段名称。
|
void |
setPositions(PositionInfo[] Positions)
Set 提取出值在合同中的坐标位置信息
|
void |
setRequiresSemanticExtraction(Boolean RequiresSemanticExtraction)
Set 是否需要语义提取,默认为false
|
void |
setType(String Type)
Set 合同智能提取的字段类型,目前仅支持TEXT、DATE、NUMBER、OPTION类型。
类型支持如下: 1、TEXT(文本) 2、DATE(日期) 3、NUMBER(数字) 4、OPTION(选项值)
|
void |
setValues(String[] Values)
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, toJsonString
public ExtractionFieldResult()
public ExtractionFieldResult(ExtractionFieldResult source)
public String getId()
public void setId(String Id)
Id
- 字段IDpublic String getName()
public void setName(String Name)
Name
- 用于合同智能提取的字段名称。public String getType()
public void setType(String Type)
Type
- 合同智能提取的字段类型,目前仅支持TEXT、DATE、NUMBER、OPTION类型。
类型支持如下: 1、TEXT(文本) 2、DATE(日期) 3、NUMBER(数字) 4、OPTION(选项值)public String[] getValues()
public void setValues(String[] Values)
Values
- 提取出合同中的字段信息。public Boolean getRequiresSemanticExtraction()
public void setRequiresSemanticExtraction(Boolean RequiresSemanticExtraction)
RequiresSemanticExtraction
- 是否需要语义提取,默认为falsepublic PositionInfo[] getPositions()
public void setPositions(PositionInfo[] Positions)
Positions
- 提取出值在合同中的坐标位置信息Copyright © 2025. All rights reserved.