public class AIAnalysisResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
AIAnalysisResult() |
AIAnalysisResult(AIAnalysisResult 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 |
getResult()
Get AI session analysis result.
|
String |
getType()
Get Summary: describes the session summary.
|
void |
setResult(String Result)
Set AI session analysis result.
|
void |
setType(String Type)
Set Summary: describes the session summary.
|
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 AIAnalysisResult()
public AIAnalysisResult(AIAnalysisResult source)
public String getType()
public void setType(String Type)
Type
- Summary: describes the session summary.
mood: specifies the emotion analysis.
intention extraction.public String getResult()
public void setResult(String Result)
Result
- AI session analysis result.Copyright © 2025. All rights reserved.