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 extends com.clarifai.grpc.api.PointOrBuilder>
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);
}