public class AiParagraphInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AiParagraphInfo() |
AiParagraphInfo(AiParagraphInfo 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 |
getEndTimeOffset()
Get Segmentation end time point, in seconds.
|
String[] |
getKeywords()
Get Segment keywords.
|
Float |
getStartTimeOffset()
Get Segmentation start time point, in seconds.
|
String |
getSummary()
Get Segment summary.
|
String |
getTitle()
Get Segment title.
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set Segmentation end time point, in seconds.
|
void |
setKeywords(String[] Keywords)
Set Segment keywords.
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set Segmentation start time point, in seconds.
|
void |
setSummary(String Summary)
Set Segment summary.
|
void |
setTitle(String Title)
Set Segment title.
|
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 AiParagraphInfo()
public AiParagraphInfo(AiParagraphInfo source)
public String getSummary()
public void setSummary(String Summary)
Summary
- Segment summary.
Note: This field may return null, indicating that no valid values can be obtained.public String getTitle()
public void setTitle(String Title)
Title
- Segment title.public String[] getKeywords()
public void setKeywords(String[] Keywords)
Keywords
- Segment keywords.public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset
- Segmentation start time point, in seconds.
Note: This field may return null, indicating that no valid values can be obtained.public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset
- Segmentation end time point, in seconds.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.