diff --git a/src/Regula.DocumentReader.WebClient/Model/ChosenDocumentType.cs b/src/Regula.DocumentReader.WebClient/Model/ChosenDocumentType.cs
index 8f07f57..76acff9 100644
--- a/src/Regula.DocumentReader.WebClient/Model/ChosenDocumentType.cs
+++ b/src/Regula.DocumentReader.WebClient/Model/ChosenDocumentType.cs
@@ -49,7 +49,7 @@ protected ChosenDocumentType() { }
/// Document name.
/// Unique document type template identifier (Regula's internal numeric code) (required).
/// A measure of the likelihood of correct recognition in the analysis of this type of document (required).
- /// true if the document of the given type is rotated by 180 degrees (required).
+ /// Indicates if the document of the given type is rotated by 180 degrees (required).
/// rFIDPresence (required).
/// fDSIDList.
/// Combination of lighting scheme identifiers (Light enum) required to conduct OCR for this type of document (required).
@@ -99,9 +99,9 @@ protected ChosenDocumentType() { }
public decimal P { get; set; }
///
- /// true if the document of the given type is rotated by 180 degrees
+ /// Indicates if the document of the given type is rotated by 180 degrees
///
- /// true if the document of the given type is rotated by 180 degrees
+ /// Indicates if the document of the given type is rotated by 180 degrees
[DataMember(Name = "Rotated180", IsRequired = true, EmitDefaultValue = true)]
public int Rotated180 { get; set; }
diff --git a/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLItem.cs b/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLItem.cs
index a6a0d9d..a1c55f0 100644
--- a/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLItem.cs
+++ b/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLItem.cs
@@ -56,7 +56,7 @@ protected EncryptedRCLItem() { }
///
/// Base64 encoded data
/*
- [B@614a8340
+ [B@48386ddd
*/
[DataMember(Name = "EncryptedRCL", IsRequired = true, EmitDefaultValue = true)]
public byte[] EncryptedRCL { get; set; }
diff --git a/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLResult.cs b/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLResult.cs
index c8e4876..87f0829 100644
--- a/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLResult.cs
+++ b/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLResult.cs
@@ -62,7 +62,7 @@ protected EncryptedRCLResult() { }
///
/// Base64 encoded data
/*
- [B@614a8340
+ [B@48386ddd
*/
[DataMember(Name = "EncryptedRCL", IsRequired = true, EmitDefaultValue = true)]
public byte[] EncryptedRCL { get; set; }
diff --git a/src/Regula.DocumentReader.WebClient/Model/LicenseItem.cs b/src/Regula.DocumentReader.WebClient/Model/LicenseItem.cs
index ded6ec0..6fe0b1d 100644
--- a/src/Regula.DocumentReader.WebClient/Model/LicenseItem.cs
+++ b/src/Regula.DocumentReader.WebClient/Model/LicenseItem.cs
@@ -56,7 +56,7 @@ protected LicenseItem() { }
///
/// Base64 encoded data
/*
- [B@2b060232
+ [B@2bc6826a
*/
[DataMember(Name = "License", IsRequired = true, EmitDefaultValue = true)]
public byte[] License { get; set; }
diff --git a/src/Regula.DocumentReader.WebClient/Model/LicenseResult.cs b/src/Regula.DocumentReader.WebClient/Model/LicenseResult.cs
index 3fb7573..14c421d 100644
--- a/src/Regula.DocumentReader.WebClient/Model/LicenseResult.cs
+++ b/src/Regula.DocumentReader.WebClient/Model/LicenseResult.cs
@@ -62,7 +62,7 @@ protected LicenseResult() { }
///
/// Base64 encoded data
/*
- [B@2b060232
+ [B@2bc6826a
*/
[DataMember(Name = "License", IsRequired = true, EmitDefaultValue = true)]
public byte[] License { get; set; }
diff --git a/src/Regula.DocumentReader.WebClient/Model/Light.cs b/src/Regula.DocumentReader.WebClient/Model/Light.cs
index 33be178..73d6d34 100644
--- a/src/Regula.DocumentReader.WebClient/Model/Light.cs
+++ b/src/Regula.DocumentReader.WebClient/Model/Light.cs
@@ -30,247 +30,32 @@ namespace Regula.DocumentReader.WebClient.Model
/// Image light index
///
/// Image light index
- public enum Light: long
+ public enum Light
{
///
/// Enum OFF for value: 0
///
OFF = 0,
- ///
- /// Enum OVI for value: 1
- ///
- OVI = 1,
-
- ///
- /// Enum WHITE_TOP for value: 2
- ///
- WHITE_TOP = 2,
-
- ///
- /// Enum WHITE_SIDE for value: 4
- ///
- WHITE_SIDE = 4,
-
- ///
- /// Enum WHITE_FRONT for value: 8388608
- ///
- WHITE_FRONT = 8388608,
-
///
/// Enum WHITE for value: 6
///
WHITE = 6,
- ///
- /// Enum IR_TOP for value: 8
- ///
- IR_TOP = 8,
-
- ///
- /// Enum IR_SIDE for value: 16
- ///
- IR_SIDE = 16,
-
- ///
- /// Enum IR_FRONT for value: 16777216
- ///
- IR_FRONT = 16777216,
-
///
/// Enum IR for value: 24
///
IR = 24,
- ///
- /// Enum WHITE_GRAY for value: 33554432
- ///
- WHITE_GRAY = 33554432,
-
///
/// Enum UV for value: 128
///
UV = 128,
- ///
- /// Enum OVD for value: 67108864
- ///
- OVD = 67108864,
-
- ///
- /// Enum VIDEODETECTION for value: 134217728
- ///
- VIDEODETECTION = 134217728,
-
- ///
- /// Enum IR_870_OBL for value: 268435456
- ///
- IR_870_OBL = 268435456,
-
- ///
- /// Enum IR_LUMINESCENCE for value: 256
- ///
- IR_LUMINESCENCE = 256,
-
- ///
- /// Enum AXIAL_WHITE_LEFT for value: 1024
- ///
- AXIAL_WHITE_LEFT = 1024,
-
- ///
- /// Enum AXIAL_WHITE_RIGHT for value: 2048
- ///
- AXIAL_WHITE_RIGHT = 2048,
-
- ///
- /// Enum AXIAL_WHITE_FRONT for value: 512
- ///
- AXIAL_WHITE_FRONT = 512,
-
- ///
- /// Enum IR_720 for value: 4096
- ///
- IR_720 = 4096,
-
- ///
- /// Enum IR_940 for value: 8192
- ///
- IR_940 = 8192,
-
///
/// Enum AXIAL_WHITE_FULL for value: 3072
///
- AXIAL_WHITE_FULL = 3072,
-
- ///
- /// Enum RAW_DATA for value: 2147483648
- ///
- RAW_DATA = 2147483648,
-
- ///
- /// Enum RAW_DATA_GRBG for value: 2415919104
- ///
- RAW_DATA_GRBG = 2415919104,
-
- ///
- /// Enum RAW_DATA_GBGR for value: 2684354560
- ///
- RAW_DATA_GBGR = 2684354560,
-
- ///
- /// Enum RAW_DATA_RGGB for value: 2952790016
- ///
- RAW_DATA_RGGB = 2952790016,
-
- ///
- /// Enum RAW_DATA_BGGR for value: 3221225472
- ///
- RAW_DATA_BGGR = 3221225472,
-
- ///
- /// Enum TRANSMITTED for value: 32
- ///
- TRANSMITTED = 32,
-
- ///
- /// Enum TRANSMITTED_IR for value: 64
- ///
- TRANSMITTED_IR = 64,
-
- ///
- /// Enum ANTI_STOKES for value: 65536
- ///
- ANTI_STOKES = 65536,
-
- ///
- /// Enum TRANSMITTED_IR940 for value: 16384
- ///
- TRANSMITTED_IR940 = 16384,
-
- ///
- /// Enum OVD_RIGHT for value: 262144
- ///
- OVD_RIGHT = 262144,
-
- ///
- /// Enum OVD_LEFT for value: 131072
- ///
- OVD_LEFT = 131072,
-
- ///
- /// Enum IR_700 for value: 32768
- ///
- IR_700 = 32768,
-
- ///
- /// Enum IR_870 for value: 16777216
- ///
- IR_870 = 16777216,
-
- ///
- /// Enum HOLO for value: 67108864
- ///
- HOLO = 67108864,
-
- ///
- /// Enum IR_BOTTOM for value: 64
- ///
- IR_BOTTOM = 64,
-
- ///
- /// Enum WHITE_BOTTOM for value: 32
- ///
- WHITE_BOTTOM = 32,
-
- ///
- /// Enum UVC for value: 524288
- ///
- UVC = 524288,
-
- ///
- /// Enum UVB for value: 1048576
- ///
- UVB = 1048576,
-
- ///
- /// Enum WHITE_OBL for value: 2097152
- ///
- WHITE_OBL = 2097152,
-
- ///
- /// Enum WHITE_SPECIAL for value: 4194304
- ///
- WHITE_SPECIAL = 4194304,
-
- ///
- /// Enum WHITE_UV for value: 134
- ///
- WHITE_UV = 134,
-
- ///
- /// Enum WHITE_FULL_HOLO for value: 67108870
- ///
- WHITE_FULL_HOLO = 67108870,
-
- ///
- /// Enum HR_LIGHT for value: 1073741824
- ///
- HR_LIGHT = 1073741824,
-
- ///
- /// Enum HR_WHITE for value: 1073741830
- ///
- HR_WHITE = 1073741830,
-
- ///
- /// Enum HR_UV for value: 1073741952
- ///
- HR_UV = 1073741952,
-
- ///
- /// Enum HR_IR for value: 1073741848
- ///
- HR_IR = 1073741848
+ AXIAL_WHITE_FULL = 3072
}
}
diff --git a/src/Regula.DocumentReader.WebClient/Model/OneCandidate.cs b/src/Regula.DocumentReader.WebClient/Model/OneCandidate.cs
index e149078..cf681cc 100644
--- a/src/Regula.DocumentReader.WebClient/Model/OneCandidate.cs
+++ b/src/Regula.DocumentReader.WebClient/Model/OneCandidate.cs
@@ -49,7 +49,7 @@ protected OneCandidate() { }
/// Document name.
/// Unique document type template identifier (Regula's internal numeric code) (required).
/// A measure of the likelihood of correct recognition in the analysis of this type of document (required).
- /// true if the document of the given type is rotated by 180 degrees (required).
+ /// Indicates if the document of the given type is rotated by 180 degrees (required).
/// rFIDPresence (required).
/// fDSIDList.
/// Combination of lighting scheme identifiers (Light enum) required to conduct OCR for this type of document (required).
@@ -99,9 +99,9 @@ protected OneCandidate() { }
public decimal P { get; set; }
///
- /// true if the document of the given type is rotated by 180 degrees
+ /// Indicates if the document of the given type is rotated by 180 degrees
///
- /// true if the document of the given type is rotated by 180 degrees
+ /// Indicates if the document of the given type is rotated by 180 degrees
[DataMember(Name = "Rotated180", IsRequired = true, EmitDefaultValue = true)]
public int Rotated180 { get; set; }