public class MediaAiAnalysisDescriptionItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MediaAiAnalysisDescriptionItem() | 
| MediaAiAnalysisDescriptionItem(MediaAiAnalysisDescriptionItem 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 | 
|---|---|
| Float | getConfidence()Get Confidence of the intelligent description, with a value range from 0 to 100. | 
| String | getDescription()Get Intelligent description. | 
| String[] | getKeywords()Get Intelligent description keywords. | 
| String | getMindMapUrl()Get Address of the mind map of a summary task. | 
| AiParagraphInfo[] | getParagraphs()Get Segmentation result. | 
| String | getTitle()Get Intelligent description title. | 
| void | setConfidence(Float Confidence)Set Confidence of the intelligent description, with a value range from 0 to 100. | 
| void | setDescription(String Description)Set Intelligent description. | 
| void | setKeywords(String[] Keywords)Set Intelligent description keywords. | 
| void | setMindMapUrl(String MindMapUrl)Set Address of the mind map of a summary task. | 
| void | setParagraphs(AiParagraphInfo[] Paragraphs)Set Segmentation result. | 
| void | setTitle(String Title)Set Intelligent description title. | 
| 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 MediaAiAnalysisDescriptionItem()
public MediaAiAnalysisDescriptionItem(MediaAiAnalysisDescriptionItem source)
public String getDescription()
public void setDescription(String Description)
Description - Intelligent description.public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - Confidence of the intelligent description, with a value range from 0 to 100.public String getTitle()
public void setTitle(String Title)
Title - Intelligent description title.public String[] getKeywords()
public void setKeywords(String[] Keywords)
Keywords - Intelligent description keywords.public AiParagraphInfo[] getParagraphs()
public void setParagraphs(AiParagraphInfo[] Paragraphs)
Paragraphs - Segmentation result.
Note: This field may return null, indicating that no valid values can be obtained.public String getMindMapUrl()
public void setMindMapUrl(String MindMapUrl)
MindMapUrl - Address of the mind map of a summary task.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.