public static class HighlightAnalyzeResult.HighlightClip extends Object
| Constructor and Description |
|---|
HighlightClip() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getEndTimeInMS() |
double |
getScore() |
Long |
getStartTimeInMS() |
void |
setEndTimeInMS(Long endTimeInMS) |
void |
setScore(double score) |
void |
setStartTimeInMS(Long startTimeInMS) |
String |
toString() |
public double getScore()
public void setScore(double score)
public Long getStartTimeInMS()
public void setStartTimeInMS(Long startTimeInMS)
public Long getEndTimeInMS()
public void setEndTimeInMS(Long endTimeInMS)
Copyright © 2024. All rights reserved.