Interface ObjectTrackingFrameOrBuilder

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

    public interface ObjectTrackingFrameOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasBoundingPoly

        boolean hasBoundingPoly()
        .google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;
        Returns:
        Whether the boundingPoly field is set.
      • getBoundingPoly

        BoundingPoly getBoundingPoly()
        .google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;
        Returns:
        The boundingPoly.
      • getBoundingPolyOrBuilder

        BoundingPolyOrBuilder getBoundingPolyOrBuilder()
        .google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;
      • hasNormalizedBoundingPoly

        boolean hasNormalizedBoundingPoly()
        .google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;
        Returns:
        Whether the normalizedBoundingPoly field is set.
      • getNormalizedBoundingPoly

        NormalizedBoundingPoly getNormalizedBoundingPoly()
        .google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;
        Returns:
        The normalizedBoundingPoly.
      • getNormalizedBoundingPolyOrBuilder

        NormalizedBoundingPolyOrBuilder getNormalizedBoundingPolyOrBuilder()
        .google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;
      • hasTimeOffset

        boolean hasTimeOffset()
         The time offset of this frame relative to the beginning of the video.
         
        .google.protobuf.Duration time_offset = 3;
        Returns:
        Whether the timeOffset field is set.
      • getTimeOffset

        com.google.protobuf.Duration getTimeOffset()
         The time offset of this frame relative to the beginning of the video.
         
        .google.protobuf.Duration time_offset = 3;
        Returns:
        The timeOffset.
      • getTimeOffsetOrBuilder

        com.google.protobuf.DurationOrBuilder getTimeOffsetOrBuilder()
         The time offset of this frame relative to the beginning of the video.
         
        .google.protobuf.Duration time_offset = 3;