public class LiveStreamObjectRecognitionResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
LiveStreamObjectRecognitionResult()  | 
LiveStreamObjectRecognitionResult(LiveStreamObjectRecognitionResult 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 | 
|---|---|
Long[] | 
getAreaCoordSet()
Get Zone coordinates of the recognition result. 
 | 
Float | 
getConfidence()
Get Confidence of a recognized segment. 
 | 
Float | 
getEndPtsOffset()
Get End PTS time of a recognized segment, in seconds. 
 | 
String | 
getName()
Get Name of a recognized object. 
 | 
Float | 
getStartPtsOffset()
Get Start PTS time of a recognized segment, in seconds. 
 | 
String | 
getUrl()
Get Screenshot link. 
 | 
void | 
setAreaCoordSet(Long[] AreaCoordSet)
Set Zone coordinates of the recognition result. 
 | 
void | 
setConfidence(Float Confidence)
Set Confidence of a recognized segment. 
 | 
void | 
setEndPtsOffset(Float EndPtsOffset)
Set End PTS time of a recognized segment, in seconds. 
 | 
void | 
setName(String Name)
Set Name of a recognized object. 
 | 
void | 
setStartPtsOffset(Float StartPtsOffset)
Set Start PTS time of a recognized segment, in seconds. 
 | 
void | 
setUrl(String Url)
Set Screenshot link. 
 | 
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 LiveStreamObjectRecognitionResult()
public LiveStreamObjectRecognitionResult(LiveStreamObjectRecognitionResult source)
public String getName()
public void setName(String Name)
Name - Name of a recognized object.public Float getStartPtsOffset()
public void setStartPtsOffset(Float StartPtsOffset)
StartPtsOffset - Start PTS time of a recognized segment, in seconds.public Float getEndPtsOffset()
public void setEndPtsOffset(Float EndPtsOffset)
EndPtsOffset - End PTS time of a recognized segment, in seconds.public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - Confidence of a recognized segment. Value range: 0-100.public Long[] getAreaCoordSet()
public void setAreaCoordSet(Long[] AreaCoordSet)
AreaCoordSet - Zone coordinates of the recognition result. An array contains four elements: [x1, y1, x2, y2], representing the horizontal and vertical coordinates of the top-left and bottom-right corners, respectively.public String getUrl()
public void setUrl(String Url)
Url - Screenshot link.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.