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

com.vision4j.classification.grpc.ClassificationProto Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: classification.proto

package com.vision4j.classification.grpc;

public final class ClassificationProto {
  private ClassificationProto() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_classification_Prediction_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_classification_Prediction_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_classification_Image_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_classification_Image_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\024classification.proto\022\016classification\"\033" +
      "\n\nPrediction\022\r\n\005index\030\001 \001(\005\"L\n\005Image\022\022\n\n" +
      "image_data\030\001 \001(\014\022\r\n\005width\030\002 \001(\005\022\016\n\006heigh" +
      "t\030\003 \001(\005\022\020\n\010channels\030\004 \001(\0052P\n\016Classificat" +
      "ion\022>\n\007Predict\022\025.classification.Image\032\032." +
      "classification.Prediction\"\000B?\n com.visio" +
      "n4j.classification.grpcB\023ClassificationP" +
      "rotoP\001\242\002\003HLWb\006proto3"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        }, assigner);
    internal_static_classification_Prediction_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_classification_Prediction_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_classification_Prediction_descriptor,
        new java.lang.String[] { "Index", });
    internal_static_classification_Image_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_classification_Image_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_classification_Image_descriptor,
        new java.lang.String[] { "ImageData", "Width", "Height", "Channels", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy