com.volcengine.service.imp.model.business.DetectRectOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: imp/business/imp_common.proto
package com.volcengine.service.imp.model.business;
public interface DetectRectOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Imp.Models.Business.DetectRect)
com.google.protobuf.MessageOrBuilder {
/**
* double X1 = 1;
* @return The x1.
*/
double getX1();
/**
* double Y1 = 2;
* @return The y1.
*/
double getY1();
/**
* double X2 = 3;
* @return The x2.
*/
double getX2();
/**
* double Y2 = 4;
* @return The y2.
*/
double getY2();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy