Table of Contents

Class QualityDetail

Namespace
KartaViewSharp.V2.Response.Resources.Photo
Assembly
KartaViewSharp.dll
[JsonSerializable(typeof(QualityDetail), GenerationMode = JsonSourceGenerationMode.Metadata)]
public sealed class QualityDetail : IEquatable<QualityDetail>
Inheritance
QualityDetail
Implements
Inherited Members

Constructors

QualityDetail()

public QualityDetail()

Properties

Confidence

[JsonPropertyName("confidence")]
public float Confidence { get; set; }

Property Value

float

Label

[JsonPropertyName("label")]
public int Label { get; set; }

Property Value

int

PresenceLevel

[JsonPropertyName("presence_level")]
public int PresenceLevel { get; set; }

Property Value

int

Methods

Equals(QualityDetail?)

public bool Equals(QualityDetail? other)

Parameters

other QualityDetail

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int