public interface ClassificationPredictionResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getConfidences(int index)
The Model's confidences in correctness of the predicted IDs, higher value
means higher confidence.
|
int |
getConfidencesCount()
The Model's confidences in correctness of the predicted IDs, higher value
means higher confidence.
|
List<Float> |
getConfidencesList()
The Model's confidences in correctness of the predicted IDs, higher value
means higher confidence.
|
String |
getDisplayNames(int index)
The display names of the AnnotationSpecs that had been identified, order
matches the IDs.
|
com.google.protobuf.ByteString |
getDisplayNamesBytes(int index)
The display names of the AnnotationSpecs that had been identified, order
matches the IDs.
|
int |
getDisplayNamesCount()
The display names of the AnnotationSpecs that had been identified, order
matches the IDs.
|
List<String> |
getDisplayNamesList()
The display names of the AnnotationSpecs that had been identified, order
matches the IDs.
|
long |
getIds(int index)
The resource IDs of the AnnotationSpecs that had been identified.
|
int |
getIdsCount()
The resource IDs of the AnnotationSpecs that had been identified.
|
List<Long> |
getIdsList()
The resource IDs of the AnnotationSpecs that had been identified.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Long> getIdsList()
The resource IDs of the AnnotationSpecs that had been identified.
repeated int64 ids = 1;int getIdsCount()
The resource IDs of the AnnotationSpecs that had been identified.
repeated int64 ids = 1;long getIds(int index)
The resource IDs of the AnnotationSpecs that had been identified.
repeated int64 ids = 1;index - The index of the element to return.List<String> getDisplayNamesList()
The display names of the AnnotationSpecs that had been identified, order matches the IDs.
repeated string display_names = 2;int getDisplayNamesCount()
The display names of the AnnotationSpecs that had been identified, order matches the IDs.
repeated string display_names = 2;String getDisplayNames(int index)
The display names of the AnnotationSpecs that had been identified, order matches the IDs.
repeated string display_names = 2;index - The index of the element to return.com.google.protobuf.ByteString getDisplayNamesBytes(int index)
The display names of the AnnotationSpecs that had been identified, order matches the IDs.
repeated string display_names = 2;index - The index of the value to return.List<Float> getConfidencesList()
The Model's confidences in correctness of the predicted IDs, higher value means higher confidence. Order matches the Ids.
repeated float confidences = 3;int getConfidencesCount()
The Model's confidences in correctness of the predicted IDs, higher value means higher confidence. Order matches the Ids.
repeated float confidences = 3;float getConfidences(int index)
The Model's confidences in correctness of the predicted IDs, higher value means higher confidence. Order matches the Ids.
repeated float confidences = 3;index - The index of the element to return.Copyright © 2023 Google LLC. All rights reserved.