public class AICallExtractResultElement extends AbstractModel
header, skipSign
Constructor and Description |
---|
AICallExtractResultElement() |
AICallExtractResultElement(AICallExtractResultElement 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 |
getInfoContent()
Get Specific description of the extracted information.
|
String |
getInfoName()
Get Name of the extracted information.
|
String |
getInfoType()
Get Type of extracted information.
|
AICallExtractResultInfo |
getResult()
Get Specific result of the extracted information.
|
void |
setInfoContent(String InfoContent)
Set Specific description of the extracted information.
|
void |
setInfoName(String InfoName)
Set Name of the extracted information.
|
void |
setInfoType(String InfoType)
Set Type of extracted information.
|
void |
setResult(AICallExtractResultInfo Result)
Set Specific result of the extracted information.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AICallExtractResultElement()
public AICallExtractResultElement(AICallExtractResultElement source)
public String getInfoType()
public void setInfoType(String InfoType)
InfoType
- Type of extracted information.
Text.
Selector options.
Boolean value.
Number.public String getInfoName()
public void setInfoName(String InfoName)
InfoName
- Name of the extracted information.public String getInfoContent()
public void setInfoContent(String InfoContent)
InfoContent
- Specific description of the extracted information.public AICallExtractResultInfo getResult()
public void setResult(AICallExtractResultInfo Result)
Result
- Specific result of the extracted information.Copyright © 2025. All rights reserved.