Class DetectedDocumentType
The detected document type.
Inherited Members
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class DetectedDocumentType
Properties
Confidence
Declaration
[Required(ErrorMessage = "Confidence is required.")]
[JsonProperty(PropertyName = "confidence")]
public float? Confidence { get; set; }
Property Value
Type | Description |
---|---|
float? | The confidence score between 0 and 1. |
Remarks
Required
DocumentType
Declaration
[Required(ErrorMessage = "DocumentType is required.")]
[JsonProperty(PropertyName = "documentType")]
public string DocumentType { get; set; }
Property Value
Type | Description |
---|---|
string | The document type. |
Remarks
Required