Show / Hide Table of Contents

Class SignatureSubTypeDetails

Signature Document Element Extraction model sub type details

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

Properties

ModelSubType

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

The model sub type for DOCUMENT_ELEMENTS_EXTRACTION. The allowed values are:

  • QR_BAR_CODE
  • SIGNATURE
Remarks

Required

In this article
Back to top