Interface BoundingPolyOrBuilder

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

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

      • getNormalizedVerticesList

        List<NormalizedVertex> getNormalizedVerticesList()
         Output only . The bounding polygon normalized vertices.
         
        repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;
      • getNormalizedVertices

        NormalizedVertex getNormalizedVertices​(int index)
         Output only . The bounding polygon normalized vertices.
         
        repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;
      • getNormalizedVerticesCount

        int getNormalizedVerticesCount()
         Output only . The bounding polygon normalized vertices.
         
        repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;
      • getNormalizedVerticesOrBuilderList

        List<? extends NormalizedVertexOrBuilder> getNormalizedVerticesOrBuilderList()
         Output only . The bounding polygon normalized vertices.
         
        repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;
      • getNormalizedVerticesOrBuilder

        NormalizedVertexOrBuilder getNormalizedVerticesOrBuilder​(int index)
         Output only . The bounding polygon normalized vertices.
         
        repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;