com.clarifai.grpc.api.KeypointEdgeOrBuilder 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 KeypointEdgeOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.KeypointEdge)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 k1 = 1;
* @return The k1.
*/
int getK1();
/**
* uint32 k2 = 2;
* @return The k2.
*/
int getK2();
}