public sealed class VideoClassificationPredictionResult.Types.IdentifiedClassification : IMessage<VideoClassificationPredictionResult.Types.IdentifiedClassification>, IEquatable<VideoClassificationPredictionResult.Types.IdentifiedClassification>, IDeepCloneable<VideoClassificationPredictionResult.Types.IdentifiedClassification>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class VideoClassificationPredictionResult.Types.IdentifiedClassification.
Each IdentifiedClassification is one particular identification of an classification specified with the AnnotationSpec id and display_name, and the associated confidence score.
Implements
IMessageVideoClassificationPredictionResultTypesIdentifiedClassification, IEquatableVideoClassificationPredictionResultTypesIdentifiedClassification, IDeepCloneableVideoClassificationPredictionResultTypesIdentifiedClassification, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
IdentifiedClassification()
public IdentifiedClassification()IdentifiedClassification(IdentifiedClassification)
public IdentifiedClassification(VideoClassificationPredictionResult.Types.IdentifiedClassification other)| Parameter | |
|---|---|
| Name | Description |
other |
VideoClassificationPredictionResultTypesIdentifiedClassification |
Properties
Confidence
public float Confidence { get; set; }The Model's confidence in correction of this identification, higher value means higher confidence.
| Property Value | |
|---|---|
| Type | Description |
float |
|
DisplayName
public string DisplayName { get; set; }The display name of the AnnotationSpec that had been identified.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Id
public string Id { get; set; }The resource ID of the AnnotationSpec that had been identified.
| Property Value | |
|---|---|
| Type | Description |
string |
|