All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.vision.v1.BoundingPolyOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/vision/v1/geometry.proto

package com.google.cloud.vision.v1;

public interface BoundingPolyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vision.v1.BoundingPoly)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The bounding polygon vertices.
   * 
* * repeated .google.cloud.vision.v1.Vertex vertices = 1; */ java.util.List getVerticesList(); /** *
   * The bounding polygon vertices.
   * 
* * repeated .google.cloud.vision.v1.Vertex vertices = 1; */ com.google.cloud.vision.v1.Vertex getVertices(int index); /** *
   * The bounding polygon vertices.
   * 
* * repeated .google.cloud.vision.v1.Vertex vertices = 1; */ int getVerticesCount(); /** *
   * The bounding polygon vertices.
   * 
* * repeated .google.cloud.vision.v1.Vertex vertices = 1; */ java.util.List getVerticesOrBuilderList(); /** *
   * The bounding polygon vertices.
   * 
* * repeated .google.cloud.vision.v1.Vertex vertices = 1; */ com.google.cloud.vision.v1.VertexOrBuilder getVerticesOrBuilder( int index); /** *
   * The bounding polygon normalized vertices.
   * 
* * repeated .google.cloud.vision.v1.NormalizedVertex normalized_vertices = 2; */ java.util.List getNormalizedVerticesList(); /** *
   * The bounding polygon normalized vertices.
   * 
* * repeated .google.cloud.vision.v1.NormalizedVertex normalized_vertices = 2; */ com.google.cloud.vision.v1.NormalizedVertex getNormalizedVertices(int index); /** *
   * The bounding polygon normalized vertices.
   * 
* * repeated .google.cloud.vision.v1.NormalizedVertex normalized_vertices = 2; */ int getNormalizedVerticesCount(); /** *
   * The bounding polygon normalized vertices.
   * 
* * repeated .google.cloud.vision.v1.NormalizedVertex normalized_vertices = 2; */ java.util.List getNormalizedVerticesOrBuilderList(); /** *
   * The bounding polygon normalized vertices.
   * 
* * repeated .google.cloud.vision.v1.NormalizedVertex normalized_vertices = 2; */ com.google.cloud.vision.v1.NormalizedVertexOrBuilder getNormalizedVerticesOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy