com.vision4j.classification.grpc.PredictionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grpc-classifier Show documentation
Show all versions of grpc-classifier Show documentation
GRPC classification model for the classification problem
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: classification.proto
package com.vision4j.classification.grpc;
public interface PredictionOrBuilder extends
// @@protoc_insertion_point(interface_extends:classification.Prediction)
com.google.protobuf.MessageOrBuilder {
/**
* int32 index = 1;
*/
int getIndex();
}