Table of Contents

Property Confidence

Namespace
LMKit.Translation
Assembly
LM-Kit.NET.dll

Confidence

Gets the confidence score of the last language detection process, expressed as a floating-point value ranging from 0 to 1. A score closer to 1 indicates a higher confidence level in the categorization accuracy, while a score closer to 0 suggests lower confidence. This metric can be used to evaluate and filter predictions based on their reliability.

public float Confidence { get; }

Property Value

float