Interface VideoObjectTrackingPredictionResultOrBuilder

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

@Generated public interface VideoObjectTrackingPredictionResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.FloatValue
    The Model's confidence in correction of this prediction, higher value means higher confidence.
    com.google.protobuf.FloatValueOrBuilder
    The Model's confidence in correction of this prediction, higher value means higher confidence.
    The display name of the AnnotationSpec that had been identified.
    com.google.protobuf.ByteString
    The display name of the AnnotationSpec that had been identified.
    getFrames(int index)
    All of the frames of the video in which a single object instance has been detected.
    int
    All of the frames of the video in which a single object instance has been detected.
    All of the frames of the video in which a single object instance has been detected.
    getFramesOrBuilder(int index)
    All of the frames of the video in which a single object instance has been detected.
    All of the frames of the video in which a single object instance has been detected.
    The resource ID of the AnnotationSpec that had been identified.
    com.google.protobuf.ByteString
    The resource ID of the AnnotationSpec that had been identified.
    com.google.protobuf.Duration
    The end, inclusive, of the video's time segment in which the object instance has been detected.
    com.google.protobuf.DurationOrBuilder
    The end, inclusive, of the video's time segment in which the object instance has been detected.
    com.google.protobuf.Duration
    The beginning, inclusive, of the video's time segment in which the object instance has been detected.
    com.google.protobuf.DurationOrBuilder
    The beginning, inclusive, of the video's time segment in which the object instance has been detected.
    boolean
    The Model's confidence in correction of this prediction, higher value means higher confidence.
    boolean
    The end, inclusive, of the video's time segment in which the object instance has been detected.
    boolean
    The beginning, inclusive, of the video's time segment in which the object instance has been detected.

    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 Details

    • getId

      String getId()
       The resource ID of the AnnotationSpec that had been identified.
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       The resource ID of the AnnotationSpec that had been identified.
       
      string id = 1;
      Returns:
      The bytes for id.
    • getDisplayName

      String getDisplayName()
       The display name of the AnnotationSpec that had been identified.
       
      string display_name = 2;
      Returns:
      The displayName.
    • getDisplayNameBytes

      com.google.protobuf.ByteString getDisplayNameBytes()
       The display name of the AnnotationSpec that had been identified.
       
      string display_name = 2;
      Returns:
      The bytes for displayName.
    • hasTimeSegmentStart

      boolean hasTimeSegmentStart()
       The beginning, inclusive, of the video's time segment in which the
       object instance has been detected. Expressed as a number of seconds as
       measured from the start of the video, with fractions up to a microsecond
       precision, and with "s" appended at the end.
       
      .google.protobuf.Duration time_segment_start = 3;
      Returns:
      Whether the timeSegmentStart field is set.
    • getTimeSegmentStart

      com.google.protobuf.Duration getTimeSegmentStart()
       The beginning, inclusive, of the video's time segment in which the
       object instance has been detected. Expressed as a number of seconds as
       measured from the start of the video, with fractions up to a microsecond
       precision, and with "s" appended at the end.
       
      .google.protobuf.Duration time_segment_start = 3;
      Returns:
      The timeSegmentStart.
    • getTimeSegmentStartOrBuilder

      com.google.protobuf.DurationOrBuilder getTimeSegmentStartOrBuilder()
       The beginning, inclusive, of the video's time segment in which the
       object instance has been detected. Expressed as a number of seconds as
       measured from the start of the video, with fractions up to a microsecond
       precision, and with "s" appended at the end.
       
      .google.protobuf.Duration time_segment_start = 3;
    • hasTimeSegmentEnd

      boolean hasTimeSegmentEnd()
       The end, inclusive, of the video's time segment in which the
       object instance has been detected. Expressed as a number of seconds as
       measured from the start of the video, with fractions up to a microsecond
       precision, and with "s" appended at the end.
       
      .google.protobuf.Duration time_segment_end = 4;
      Returns:
      Whether the timeSegmentEnd field is set.
    • getTimeSegmentEnd

      com.google.protobuf.Duration getTimeSegmentEnd()
       The end, inclusive, of the video's time segment in which the
       object instance has been detected. Expressed as a number of seconds as
       measured from the start of the video, with fractions up to a microsecond
       precision, and with "s" appended at the end.
       
      .google.protobuf.Duration time_segment_end = 4;
      Returns:
      The timeSegmentEnd.
    • getTimeSegmentEndOrBuilder

      com.google.protobuf.DurationOrBuilder getTimeSegmentEndOrBuilder()
       The end, inclusive, of the video's time segment in which the
       object instance has been detected. Expressed as a number of seconds as
       measured from the start of the video, with fractions up to a microsecond
       precision, and with "s" appended at the end.
       
      .google.protobuf.Duration time_segment_end = 4;
    • hasConfidence

      boolean hasConfidence()
       The Model's confidence in correction of this prediction, higher
       value means higher confidence.
       
      .google.protobuf.FloatValue confidence = 5;
      Returns:
      Whether the confidence field is set.
    • getConfidence

      com.google.protobuf.FloatValue getConfidence()
       The Model's confidence in correction of this prediction, higher
       value means higher confidence.
       
      .google.protobuf.FloatValue confidence = 5;
      Returns:
      The confidence.
    • getConfidenceOrBuilder

      com.google.protobuf.FloatValueOrBuilder getConfidenceOrBuilder()
       The Model's confidence in correction of this prediction, higher
       value means higher confidence.
       
      .google.protobuf.FloatValue confidence = 5;
    • getFramesList

       All of the frames of the video in which a single object instance has been
       detected. The bounding boxes in the frames identify the same object.
       
      repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
    • getFrames

       All of the frames of the video in which a single object instance has been
       detected. The bounding boxes in the frames identify the same object.
       
      repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
    • getFramesCount

      int getFramesCount()
       All of the frames of the video in which a single object instance has been
       detected. The bounding boxes in the frames identify the same object.
       
      repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
    • getFramesOrBuilderList

      List<? extends VideoObjectTrackingPredictionResult.FrameOrBuilder> getFramesOrBuilderList()
       All of the frames of the video in which a single object instance has been
       detected. The bounding boxes in the frames identify the same object.
       
      repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
    • getFramesOrBuilder

       All of the frames of the video in which a single object instance has been
       detected. The bounding boxes in the frames identify the same object.
       
      repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;