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

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

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

package com.google.cloud.vision.v1;

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

  /**
   * 
   * Lat - long location coordinates.
   * 
* * optional .google.type.LatLng lat_lng = 1; */ boolean hasLatLng(); /** *
   * Lat - long location coordinates.
   * 
* * optional .google.type.LatLng lat_lng = 1; */ com.google.type.LatLng getLatLng(); /** *
   * Lat - long location coordinates.
   * 
* * optional .google.type.LatLng lat_lng = 1; */ com.google.type.LatLngOrBuilder getLatLngOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy