1 /* 2 * Copyright 2020 Google LLC 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * https://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 // Generated by the protocol buffer compiler. DO NOT EDIT! 17 // source: google/cloud/automl/v1beta1/detection.proto 18 19 package com.google.cloud.automl.v1beta1; 20 21 public final class Detection { Detection()22 private Detection() {} 23 registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)24 public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} 25 registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)26 public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { 27 registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); 28 } 29 30 static final com.google.protobuf.Descriptors.Descriptor 31 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionAnnotation_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionAnnotation_fieldAccessorTable; 34 static final com.google.protobuf.Descriptors.Descriptor 35 internal_static_google_cloud_automl_v1beta1_VideoObjectTrackingAnnotation_descriptor; 36 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 37 internal_static_google_cloud_automl_v1beta1_VideoObjectTrackingAnnotation_fieldAccessorTable; 38 static final com.google.protobuf.Descriptors.Descriptor 39 internal_static_google_cloud_automl_v1beta1_BoundingBoxMetricsEntry_descriptor; 40 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 41 internal_static_google_cloud_automl_v1beta1_BoundingBoxMetricsEntry_fieldAccessorTable; 42 static final com.google.protobuf.Descriptors.Descriptor 43 internal_static_google_cloud_automl_v1beta1_BoundingBoxMetricsEntry_ConfidenceMetricsEntry_descriptor; 44 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 45 internal_static_google_cloud_automl_v1beta1_BoundingBoxMetricsEntry_ConfidenceMetricsEntry_fieldAccessorTable; 46 static final com.google.protobuf.Descriptors.Descriptor 47 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionEvaluationMetrics_descriptor; 48 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 49 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionEvaluationMetrics_fieldAccessorTable; 50 static final com.google.protobuf.Descriptors.Descriptor 51 internal_static_google_cloud_automl_v1beta1_VideoObjectTrackingEvaluationMetrics_descriptor; 52 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 53 internal_static_google_cloud_automl_v1beta1_VideoObjectTrackingEvaluationMetrics_fieldAccessorTable; 54 getDescriptor()55 public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { 56 return descriptor; 57 } 58 59 private static com.google.protobuf.Descriptors.FileDescriptor descriptor; 60 61 static { 62 java.lang.String[] descriptorData = { 63 "\n+google/cloud/automl/v1beta1/detection." 64 + "proto\022\033google.cloud.automl.v1beta1\032*goog" 65 + "le/cloud/automl/v1beta1/geometry.proto\032\036" 66 + "google/protobuf/duration.proto\"p\n\036ImageO" 67 + "bjectDetectionAnnotation\022?\n\014bounding_box" 68 + "\030\001 \001(\0132).google.cloud.automl.v1beta1.Bou" 69 + "ndingPoly\022\r\n\005score\030\002 \001(\002\"\264\001\n\035VideoObject" 70 + "TrackingAnnotation\022\023\n\013instance_id\030\001 \001(\t\022" 71 + ".\n\013time_offset\030\002 \001(\0132\031.google.protobuf.D" 72 + "uration\022?\n\014bounding_box\030\003 \001(\0132).google.c" 73 + "loud.automl.v1beta1.BoundingPoly\022\r\n\005scor" 74 + "e\030\004 \001(\002\"\256\002\n\027BoundingBoxMetricsEntry\022\025\n\ri" 75 + "ou_threshold\030\001 \001(\002\022\036\n\026mean_average_preci" 76 + "sion\030\002 \001(\002\022o\n\032confidence_metrics_entries" 77 + "\030\003 \003(\0132K.google.cloud.automl.v1beta1.Bou" 78 + "ndingBoxMetricsEntry.ConfidenceMetricsEn" 79 + "try\032k\n\026ConfidenceMetricsEntry\022\034\n\024confide" 80 + "nce_threshold\030\001 \001(\002\022\016\n\006recall\030\002 \001(\002\022\021\n\tp" 81 + "recision\030\003 \001(\002\022\020\n\010f1_score\030\004 \001(\002\"\326\001\n%Ima" 82 + "geObjectDetectionEvaluationMetrics\022$\n\034ev" 83 + "aluated_bounding_box_count\030\001 \001(\005\022Z\n\034boun" 84 + "ding_box_metrics_entries\030\002 \003(\01324.google." 85 + "cloud.automl.v1beta1.BoundingBoxMetricsE" 86 + "ntry\022+\n#bounding_box_mean_average_precis" 87 + "ion\030\003 \001(\002\"\364\001\n$VideoObjectTrackingEvaluat" 88 + "ionMetrics\022\035\n\025evaluated_frame_count\030\001 \001(" 89 + "\005\022$\n\034evaluated_bounding_box_count\030\002 \001(\005\022" 90 + "Z\n\034bounding_box_metrics_entries\030\004 \003(\01324." 91 + "google.cloud.automl.v1beta1.BoundingBoxM" 92 + "etricsEntry\022+\n#bounding_box_mean_average" 93 + "_precision\030\006 \001(\002B\233\001\n\037com.google.cloud.au" 94 + "toml.v1beta1P\001Z7cloud.google.com/go/auto" 95 + "ml/apiv1beta1/automlpb;automlpb\312\002\033Google" 96 + "\\Cloud\\AutoMl\\V1beta1\352\002\036Google::Cloud::A" 97 + "utoML::V1beta1b\006proto3" 98 }; 99 descriptor = 100 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 101 descriptorData, 102 new com.google.protobuf.Descriptors.FileDescriptor[] { 103 com.google.cloud.automl.v1beta1.Geometry.getDescriptor(), 104 com.google.protobuf.DurationProto.getDescriptor(), 105 }); 106 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionAnnotation_descriptor = 107 getDescriptor().getMessageTypes().get(0); 108 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionAnnotation_fieldAccessorTable = 109 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 110 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionAnnotation_descriptor, 111 new java.lang.String[] { 112 "BoundingBox", "Score", 113 }); 114 internal_static_google_cloud_automl_v1beta1_VideoObjectTrackingAnnotation_descriptor = 115 getDescriptor().getMessageTypes().get(1); 116 internal_static_google_cloud_automl_v1beta1_VideoObjectTrackingAnnotation_fieldAccessorTable = 117 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 118 internal_static_google_cloud_automl_v1beta1_VideoObjectTrackingAnnotation_descriptor, 119 new java.lang.String[] { 120 "InstanceId", "TimeOffset", "BoundingBox", "Score", 121 }); 122 internal_static_google_cloud_automl_v1beta1_BoundingBoxMetricsEntry_descriptor = 123 getDescriptor().getMessageTypes().get(2); 124 internal_static_google_cloud_automl_v1beta1_BoundingBoxMetricsEntry_fieldAccessorTable = 125 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 126 internal_static_google_cloud_automl_v1beta1_BoundingBoxMetricsEntry_descriptor, 127 new java.lang.String[] { 128 "IouThreshold", "MeanAveragePrecision", "ConfidenceMetricsEntries", 129 }); 130 internal_static_google_cloud_automl_v1beta1_BoundingBoxMetricsEntry_ConfidenceMetricsEntry_descriptor = 131 internal_static_google_cloud_automl_v1beta1_BoundingBoxMetricsEntry_descriptor 132 .getNestedTypes() 133 .get(0); 134 internal_static_google_cloud_automl_v1beta1_BoundingBoxMetricsEntry_ConfidenceMetricsEntry_fieldAccessorTable = 135 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 136 internal_static_google_cloud_automl_v1beta1_BoundingBoxMetricsEntry_ConfidenceMetricsEntry_descriptor, 137 new java.lang.String[] { 138 "ConfidenceThreshold", "Recall", "Precision", "F1Score", 139 }); 140 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionEvaluationMetrics_descriptor = 141 getDescriptor().getMessageTypes().get(3); 142 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionEvaluationMetrics_fieldAccessorTable = 143 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 144 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionEvaluationMetrics_descriptor, 145 new java.lang.String[] { 146 "EvaluatedBoundingBoxCount", 147 "BoundingBoxMetricsEntries", 148 "BoundingBoxMeanAveragePrecision", 149 }); 150 internal_static_google_cloud_automl_v1beta1_VideoObjectTrackingEvaluationMetrics_descriptor = 151 getDescriptor().getMessageTypes().get(4); 152 internal_static_google_cloud_automl_v1beta1_VideoObjectTrackingEvaluationMetrics_fieldAccessorTable = 153 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 154 internal_static_google_cloud_automl_v1beta1_VideoObjectTrackingEvaluationMetrics_descriptor, 155 new java.lang.String[] { 156 "EvaluatedFrameCount", 157 "EvaluatedBoundingBoxCount", 158 "BoundingBoxMetricsEntries", 159 "BoundingBoxMeanAveragePrecision", 160 }); com.google.cloud.automl.v1beta1.Geometry.getDescriptor()161 com.google.cloud.automl.v1beta1.Geometry.getDescriptor(); com.google.protobuf.DurationProto.getDescriptor()162 com.google.protobuf.DurationProto.getDescriptor(); 163 } 164 165 // @@protoc_insertion_point(outer_class_scope) 166 } 167