Show / Hide Table of Contents

Class DrivingLicenseKvModelSubTypeDetails

Driving licence KV model sub type details

Inheritance
object
DrivingLicenseKvModelSubTypeDetails
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 DrivingLicenseKvModelSubTypeDetails

Properties

ModelSubType

Declaration
[Required(ErrorMessage = "ModelSubType is required.")]
[JsonProperty(PropertyName = "modelSubType")]
[JsonConverter(typeof(StringEnumConverter))]
public DrivingLicenseKvModelSubTypeDetails.ModelSubTypeEnum? ModelSubType { get; set; }
Property Value
Type Description
DrivingLicenseKvModelSubTypeDetails.ModelSubTypeEnum?

The model sub type for KEY_VALUE_EXTRACTION The allowed values are:

  • RECEIPT
  • INVOICE
  • PASSPORT
  • DRIVER_LICENSE
  • HEALTH_INSURANCE_ID
Remarks

Required

In this article
Back to top