Interface TextFrameOrBuilder

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

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

      • hasRotatedBoundingBox

        boolean hasRotatedBoundingBox()
         Bounding polygon of the detected text for this frame.
         
        .google.cloud.videointelligence.v1.NormalizedBoundingPoly rotated_bounding_box = 1;
        Returns:
        Whether the rotatedBoundingBox field is set.
      • getRotatedBoundingBox

        NormalizedBoundingPoly getRotatedBoundingBox()
         Bounding polygon of the detected text for this frame.
         
        .google.cloud.videointelligence.v1.NormalizedBoundingPoly rotated_bounding_box = 1;
        Returns:
        The rotatedBoundingBox.
      • getRotatedBoundingBoxOrBuilder

        NormalizedBoundingPolyOrBuilder getRotatedBoundingBoxOrBuilder()
         Bounding polygon of the detected text for this frame.
         
        .google.cloud.videointelligence.v1.NormalizedBoundingPoly rotated_bounding_box = 1;
      • hasTimeOffset

        boolean hasTimeOffset()
         Timestamp of this frame.
         
        .google.protobuf.Duration time_offset = 2;
        Returns:
        Whether the timeOffset field is set.
      • getTimeOffset

        com.google.protobuf.Duration getTimeOffset()
         Timestamp of this frame.
         
        .google.protobuf.Duration time_offset = 2;
        Returns:
        The timeOffset.
      • getTimeOffsetOrBuilder

        com.google.protobuf.DurationOrBuilder getTimeOffsetOrBuilder()
         Timestamp of this frame.
         
        .google.protobuf.Duration time_offset = 2;