Class KeyValueDetectionLabelMetricsReport
Label Metrics report for Key Value Detection Model.
Inherited Members
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class KeyValueDetectionLabelMetricsReport
Properties
ConfidenceEntries
Declaration
[Required(ErrorMessage = "ConfidenceEntries is required.")]
[JsonProperty(PropertyName = "confidenceEntries")]
public List<KeyValueDetectionConfidenceEntry> ConfidenceEntries { get; set; }
Property Value
Type | Description |
---|---|
List<KeyValueDetectionConfidenceEntry> | List of key value detection confidence report. |
Remarks
Required
DocumentCount
Declaration
[JsonProperty(PropertyName = "documentCount")]
public int? DocumentCount { get; set; }
Property Value
Type | Description |
---|---|
int? | Total test documents in the label. |
Label
Declaration
[JsonProperty(PropertyName = "label")]
public string Label { get; set; }
Property Value
Type | Description |
---|---|
string | Label name |
MeanAveragePrecision
Declaration
[Required(ErrorMessage = "MeanAveragePrecision is required.")]
[JsonProperty(PropertyName = "meanAveragePrecision")]
public float? MeanAveragePrecision { get; set; }
Property Value
Type | Description |
---|---|
float? | Mean average precision under different thresholds |
Remarks
Required