Interface TimestampedObjectOrBuilder

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

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

      • hasNormalizedBoundingBox

        boolean hasNormalizedBoundingBox()
         Normalized Bounding box in a frame, where the object is located.
         
        .google.cloud.videointelligence.v1.NormalizedBoundingBox normalized_bounding_box = 1;
        Returns:
        Whether the normalizedBoundingBox field is set.
      • getNormalizedBoundingBox

        NormalizedBoundingBox getNormalizedBoundingBox()
         Normalized Bounding box in a frame, where the object is located.
         
        .google.cloud.videointelligence.v1.NormalizedBoundingBox normalized_bounding_box = 1;
        Returns:
        The normalizedBoundingBox.
      • getNormalizedBoundingBoxOrBuilder

        NormalizedBoundingBoxOrBuilder getNormalizedBoundingBoxOrBuilder()
         Normalized Bounding box in a frame, where the object is located.
         
        .google.cloud.videointelligence.v1.NormalizedBoundingBox normalized_bounding_box = 1;
      • hasTimeOffset

        boolean hasTimeOffset()
         Time-offset, relative to the beginning of the video,
         corresponding to the video frame for this object.
         
        .google.protobuf.Duration time_offset = 2;
        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 object.
         
        .google.protobuf.Duration time_offset = 2;
        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 object.
         
        .google.protobuf.Duration time_offset = 2;
      • getAttributesList

        List<DetectedAttribute> getAttributesList()
         Optional. The attributes of the object in the bounding box.
         
        repeated .google.cloud.videointelligence.v1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
      • getAttributes

        DetectedAttribute getAttributes​(int index)
         Optional. The attributes of the object in the bounding box.
         
        repeated .google.cloud.videointelligence.v1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
      • getAttributesCount

        int getAttributesCount()
         Optional. The attributes of the object in the bounding box.
         
        repeated .google.cloud.videointelligence.v1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
      • getAttributesOrBuilderList

        List<? extends DetectedAttributeOrBuilder> getAttributesOrBuilderList()
         Optional. The attributes of the object in the bounding box.
         
        repeated .google.cloud.videointelligence.v1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
      • getAttributesOrBuilder

        DetectedAttributeOrBuilder getAttributesOrBuilder​(int index)
         Optional. The attributes of the object in the bounding box.
         
        repeated .google.cloud.videointelligence.v1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
      • getLandmarksList

        List<DetectedLandmark> getLandmarksList()
         Optional. The detected landmarks.
         
        repeated .google.cloud.videointelligence.v1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getLandmarks

        DetectedLandmark getLandmarks​(int index)
         Optional. The detected landmarks.
         
        repeated .google.cloud.videointelligence.v1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getLandmarksCount

        int getLandmarksCount()
         Optional. The detected landmarks.
         
        repeated .google.cloud.videointelligence.v1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getLandmarksOrBuilderList

        List<? extends DetectedLandmarkOrBuilder> getLandmarksOrBuilderList()
         Optional. The detected landmarks.
         
        repeated .google.cloud.videointelligence.v1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getLandmarksOrBuilder

        DetectedLandmarkOrBuilder getLandmarksOrBuilder​(int index)
         Optional. The detected landmarks.
         
        repeated .google.cloud.videointelligence.v1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];