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

com.clarifai.grpc.api.PolygonOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/resources.proto

package com.clarifai.grpc.api;

public interface PolygonOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.Polygon)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * A list of points connected together to form the polygon.
   * 
* * repeated .clarifai.api.Point points = 1; */ java.util.List getPointsList(); /** *
   * A list of points connected together to form the polygon.
   * 
* * repeated .clarifai.api.Point points = 1; */ com.clarifai.grpc.api.Point getPoints(int index); /** *
   * A list of points connected together to form the polygon.
   * 
* * repeated .clarifai.api.Point points = 1; */ int getPointsCount(); /** *
   * A list of points connected together to form the polygon.
   * 
* * repeated .clarifai.api.Point points = 1; */ java.util.List getPointsOrBuilderList(); /** *
   * A list of points connected together to form the polygon.
   * 
* * repeated .clarifai.api.Point points = 1; */ com.clarifai.grpc.api.PointOrBuilder getPointsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy