public interface LabelFrameOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getConfidence()
Confidence that the label is accurate.
|
Duration |
getTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the
video frame for this location.
|
DurationOrBuilder |
getTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video, corresponding to the
video frame for this location.
|
boolean |
hasTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the
video frame for this location.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
.google.protobuf.Duration time_offset = 1;Duration getTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
.google.protobuf.Duration time_offset = 1;DurationOrBuilder getTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
.google.protobuf.Duration time_offset = 1;float getConfidence()
Confidence that the label is accurate. Range: [0, 1].
float confidence = 2;