public interface LabelFrameOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfidence()
public abstract float getConfidence()Confidence that the label is accurate. Range: [0, 1].
float confidence = 2;
| Returns | |
|---|---|
| Type | Description |
float |
The confidence. |
getTimeOffset()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
Duration |
The timeOffset. |
getTimeOffsetOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasTimeOffset()
public abstract boolean hasTimeOffset()Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
.google.protobuf.Duration time_offset = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timeOffset field is set. |