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

com.clarifai.grpc.api.GeoBoxedPointOrBuilder 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 GeoBoxedPointOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.GeoBoxedPoint)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .clarifai.api.GeoPoint geo_point = 1;
   * @return Whether the geoPoint field is set.
   */
  boolean hasGeoPoint();
  /**
   * .clarifai.api.GeoPoint geo_point = 1;
   * @return The geoPoint.
   */
  com.clarifai.grpc.api.GeoPoint getGeoPoint();
  /**
   * .clarifai.api.GeoPoint geo_point = 1;
   */
  com.clarifai.grpc.api.GeoPointOrBuilder getGeoPointOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy