Class FieldLabel
The label in a field.
Inherited Members
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class FieldLabelProperties
Confidence
Declaration
[JsonProperty(PropertyName = "confidence")]
public float? Confidence { get; set; }Property Value
| Type | Description | 
|---|---|
| float? | The confidence score between 0 and 1. | 
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of the field label. | 
Remarks
Required