Class InvoiceProcessorConfig
The configuration of an invoice processor.
Inherited Members
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class InvoiceProcessorConfig : ProcessorConfigProperties
ModelId
Declaration
[JsonProperty(PropertyName = "modelId")]
public string ModelId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique identifier custom model OCID that should be used for inference. | 
NormalizationFields
Declaration
[Required(ErrorMessage = "NormalizationFields is required.")]
[JsonProperty(PropertyName = "normalizationFields")]
public NormalizationFields NormalizationFields { get; set; }Property Value
| Type | Description | 
|---|---|
| NormalizationFields | 
Remarks
Required