Table of Contents

Class ImageClassification

Namespace
Resolver.Athena.Models
Assembly
Resolver.Athena.dll
public record ImageClassification : IEquatable<ImageClassification>
Inheritance
ImageClassification
Implements
Inherited Members

Constructors

ImageClassification(string, float)

public ImageClassification(string Label, float Confidence)

Parameters

Label string
Confidence float

Properties

Confidence

public float Confidence { get; init; }

Property Value

float

Label

public string Label { get; init; }

Property Value

string