Vision AI v1 API - Class VideoClassificationPredictionResult.Types.IdentifiedClassification (1.0.0-beta01)

public sealed class VideoClassificationPredictionResult.Types.IdentifiedClassification : IMessage<VideoClassificationPredictionResult.Types.IdentifiedClassification>, IEquatable<VideoClassificationPredictionResult.Types.IdentifiedClassification>, IDeepCloneable<VideoClassificationPredictionResult.Types.IdentifiedClassification>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > VideoClassificationPredictionResult.Types.IdentifiedClassification

Namespace

Google.Cloud.VisionAI.V1

Assembly

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