Interface LabelFrameOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    LabelFrame, LabelFrame.Builder

    public interface LabelFrameOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      float getConfidence()
      Confidence that the label is accurate.
      com.google.protobuf.Duration getTimeOffset()
      Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
      com.google.protobuf.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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasTimeOffset

        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:
        Whether the timeOffset field is set.
      • getTimeOffset

        com.google.protobuf.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:
        The timeOffset.
      • getTimeOffsetOrBuilder

        com.google.protobuf.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;
      • getConfidence

        float getConfidence()
         Confidence that the label is accurate. Range: [0, 1].
         
        float confidence = 2;
        Returns:
        The confidence.