public class Detection extends Object
| Constructor and Description |
|---|
Detection() |
| Modifier and Type | Method and Description |
|---|---|
List<DetectionAudio> |
getAudios() |
Integer |
getDuration() |
List<MatchDetail> |
getMatchDetails() |
Integer |
getSimilar() |
Integer |
getSimilarDuration() |
String |
getVideoId() |
void |
setAudios(List<DetectionAudio> audios) |
void |
setDuration(Integer duration) |
void |
setMatchDetails(List<MatchDetail> matchDetails) |
void |
setSimilar(Integer similar) |
void |
setSimilarDuration(Integer similarDuration) |
void |
setVideoId(String videoId) |
public String getVideoId()
public void setVideoId(String videoId)
public Integer getSimilar()
public void setSimilar(Integer similar)
public Integer getSimilarDuration()
public void setSimilarDuration(Integer similarDuration)
public Integer getDuration()
public void setDuration(Integer duration)
public List<MatchDetail> getMatchDetails()
public void setMatchDetails(List<MatchDetail> matchDetails)
public List<DetectionAudio> getAudios()
public void setAudios(List<DetectionAudio> audios)
Copyright © 2025. All rights reserved.