public class SegmentRecognitionItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SegmentRecognitionItem()  | 
SegmentRecognitionItem(SegmentRecognitionItem 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 | 
getBeginTime()
Get Specifies the start time of a live streaming segment in the ISO date format. 
 | 
Float | 
getConfidence()
Get 
 | 
String | 
getCovImgUrl()
Get Specifies the segment cover. 
 | 
String | 
getEndTime()
Get Specifies the end time of a live streaming segment in the ISO date format. 
 | 
Float | 
getEndTimeOffset()
Get 
 | 
String[] | 
getKeywords()
Get Segmentation keywords. 
 | 
String | 
getPersonId()
Get Specifies the character ID. 
 | 
String | 
getSegmentUrl()
Get Specifies the split segment URL. 
 | 
Float | 
getStartTimeOffset()
Get 
 | 
String | 
getSummary()
Get Specifies the segment summary. 
 | 
String | 
getTitle()
Get Segment title. 
 | 
void | 
setBeginTime(String BeginTime)
Set Specifies the start time of a live streaming segment in the ISO date format. 
 | 
void | 
setConfidence(Float Confidence)
Set 
 | 
void | 
setCovImgUrl(String CovImgUrl)
Set Specifies the segment cover. 
 | 
void | 
setEndTime(String EndTime)
Set Specifies the end time of a live streaming segment in the ISO date format. 
 | 
void | 
setEndTimeOffset(Float EndTimeOffset)
Set 
 | 
void | 
setKeywords(String[] Keywords)
Set Segmentation keywords. 
 | 
void | 
setPersonId(String PersonId)
Set Specifies the character ID. 
 | 
void | 
setSegmentUrl(String SegmentUrl)
Set Specifies the split segment URL. 
 | 
void | 
setStartTimeOffset(Float StartTimeOffset)
Set 
 | 
void | 
setSummary(String Summary)
Set Specifies the 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SegmentRecognitionItem()
public SegmentRecognitionItem(SegmentRecognitionItem source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset - public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset - public String getSegmentUrl()
public void setSegmentUrl(String SegmentUrl)
SegmentUrl - Specifies the split segment URL.public String getCovImgUrl()
public void setCovImgUrl(String CovImgUrl)
CovImgUrl - Specifies the segment cover.public String getTitle()
public void setTitle(String Title)
Title - Segment title.public String getSummary()
public void setSummary(String Summary)
Summary - Specifies the segment summary.public String[] getKeywords()
public void setKeywords(String[] Keywords)
Keywords - Segmentation keywords.public String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime - Specifies the start time of a live streaming segment in the ISO date format.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - Specifies the end time of a live streaming segment in the ISO date format.public String getPersonId()
public void setPersonId(String PersonId)
PersonId - Specifies the character ID.Copyright © 2025. All rights reserved.