Interface FaceFrameOrBuilder

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

    @Deprecated
    public interface FaceFrameOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    Deprecated.
    • Method Detail

      • getNormalizedBoundingBoxesList

        List<NormalizedBoundingBox> getNormalizedBoundingBoxesList()
        Deprecated.
         Normalized Bounding boxes in a frame.
         There can be more than one boxes if the same face is detected in multiple
         locations within the current frame.
         
        repeated .google.cloud.videointelligence.v1.NormalizedBoundingBox normalized_bounding_boxes = 1;
      • getNormalizedBoundingBoxes

        NormalizedBoundingBox getNormalizedBoundingBoxes​(int index)
        Deprecated.
         Normalized Bounding boxes in a frame.
         There can be more than one boxes if the same face is detected in multiple
         locations within the current frame.
         
        repeated .google.cloud.videointelligence.v1.NormalizedBoundingBox normalized_bounding_boxes = 1;
      • getNormalizedBoundingBoxesCount

        int getNormalizedBoundingBoxesCount()
        Deprecated.
         Normalized Bounding boxes in a frame.
         There can be more than one boxes if the same face is detected in multiple
         locations within the current frame.
         
        repeated .google.cloud.videointelligence.v1.NormalizedBoundingBox normalized_bounding_boxes = 1;
      • getNormalizedBoundingBoxesOrBuilderList

        List<? extends NormalizedBoundingBoxOrBuilder> getNormalizedBoundingBoxesOrBuilderList()
        Deprecated.
         Normalized Bounding boxes in a frame.
         There can be more than one boxes if the same face is detected in multiple
         locations within the current frame.
         
        repeated .google.cloud.videointelligence.v1.NormalizedBoundingBox normalized_bounding_boxes = 1;
      • getNormalizedBoundingBoxesOrBuilder

        NormalizedBoundingBoxOrBuilder getNormalizedBoundingBoxesOrBuilder​(int index)
        Deprecated.
         Normalized Bounding boxes in a frame.
         There can be more than one boxes if the same face is detected in multiple
         locations within the current frame.
         
        repeated .google.cloud.videointelligence.v1.NormalizedBoundingBox normalized_bounding_boxes = 1;
      • hasTimeOffset

        boolean hasTimeOffset()
        Deprecated.
         Time-offset, relative to the beginning of the video,
         corresponding to the video frame for this location.
         
        .google.protobuf.Duration time_offset = 2;
        Returns:
        Whether the timeOffset field is set.
      • getTimeOffset

        com.google.protobuf.Duration getTimeOffset()
        Deprecated.
         Time-offset, relative to the beginning of the video,
         corresponding to the video frame for this location.
         
        .google.protobuf.Duration time_offset = 2;
        Returns:
        The timeOffset.
      • getTimeOffsetOrBuilder

        com.google.protobuf.DurationOrBuilder getTimeOffsetOrBuilder()
        Deprecated.
         Time-offset, relative to the beginning of the video,
         corresponding to the video frame for this location.
         
        .google.protobuf.Duration time_offset = 2;