Interface NormalizedBoundingPolyOrBuilder

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

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

      • getVerticesList

        List<NormalizedVertex> getVerticesList()
         Normalized vertices of the bounding polygon.
         
        repeated .google.cloud.videointelligence.v1p2beta1.NormalizedVertex vertices = 1;
      • getVertices

        NormalizedVertex getVertices​(int index)
         Normalized vertices of the bounding polygon.
         
        repeated .google.cloud.videointelligence.v1p2beta1.NormalizedVertex vertices = 1;
      • getVerticesCount

        int getVerticesCount()
         Normalized vertices of the bounding polygon.
         
        repeated .google.cloud.videointelligence.v1p2beta1.NormalizedVertex vertices = 1;
      • getVerticesOrBuilderList

        List<? extends NormalizedVertexOrBuilder> getVerticesOrBuilderList()
         Normalized vertices of the bounding polygon.
         
        repeated .google.cloud.videointelligence.v1p2beta1.NormalizedVertex vertices = 1;
      • getVerticesOrBuilder

        NormalizedVertexOrBuilder getVerticesOrBuilder​(int index)
         Normalized vertices of the bounding polygon.
         
        repeated .google.cloud.videointelligence.v1p2beta1.NormalizedVertex vertices = 1;