public sealed class ClassificationPredictionResult : IMessage<ClassificationPredictionResult>, IEquatable<ClassificationPredictionResult>, IDeepCloneable<ClassificationPredictionResult>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class ClassificationPredictionResult.
Prediction output format for Image and Text Classification.
Implements
IMessageClassificationPredictionResult, IEquatableClassificationPredictionResult, IDeepCloneableClassificationPredictionResult, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
ClassificationPredictionResult()
public ClassificationPredictionResult()ClassificationPredictionResult(ClassificationPredictionResult)
public ClassificationPredictionResult(ClassificationPredictionResult other)| Parameter | |
|---|---|
| Name | Description |
other |
ClassificationPredictionResult |
Properties
Confidences
public RepeatedField<float> Confidences { get; }The Model's confidences in correctness of the predicted IDs, higher value means higher confidence. Order matches the Ids.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldfloat |
|
DisplayNames
public RepeatedField<string> DisplayNames { get; }The display names of the AnnotationSpecs that had been identified, order matches the IDs.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Ids
public RepeatedField<long> Ids { get; }The resource IDs of the AnnotationSpecs that had been identified.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldlong |
|