static LabelDetection.Builder |
LabelDetection.builder() |
|
LabelDetection.Builder |
LabelDetection.Builder.durationMillis(Long durationMillis) |
The time duration of a segment in milliseconds, I.e.
|
LabelDetection.Builder |
LabelDetection.Builder.endTimestampMillis(Long endTimestampMillis) |
The time in milliseconds defining the end of the timeline segment containing a continuously detected label.
|
default LabelDetection.Builder |
LabelDetection.Builder.label(Consumer<Label.Builder> label) |
Details about the detected label.
|
LabelDetection.Builder |
LabelDetection.Builder.label(Label label) |
Details about the detected label.
|
LabelDetection.Builder |
LabelDetection.Builder.startTimestampMillis(Long startTimestampMillis) |
The time in milliseconds defining the start of the timeline segment containing a continuously detected label.
|
LabelDetection.Builder |
LabelDetection.Builder.timestamp(Long timestamp) |
Time, in milliseconds from the start of the video, that the label was detected.
|
LabelDetection.Builder |
LabelDetection.toBuilder() |
|