Show / Hide Table of Contents

Class InvoiceProcessorConfig

The configuration of an invoice processor.

Inheritance
object
ProcessorConfig
InvoiceProcessorConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class InvoiceProcessorConfig : ProcessorConfig

Properties

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

In this article
Back to top