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

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

There is a newer version: 3.47.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/vision/v1/geometry.proto

package com.google.cloud.vision.v1;

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

  /**
   * 
   * X coordinate.
   * 
* * int32 x = 1; */ int getX(); /** *
   * Y coordinate.
   * 
* * int32 y = 2; */ int getY(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy