Class: TencentCloud::Ocr::V20181119::CardWarnInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::CardWarnInfo
- Defined in:
- lib/v20181119/models.rb
Overview
卡证告警信息返回
Instance Attribute Summary collapse
-
#BorderCheck ⇒ Object
0:正常 1:边缘不完整 0:正常 1:有遮挡 0:正常 1:复印件 0:正常 1:翻拍 0:正常 1:有PS.
-
#CopyCheck ⇒ Object
0:正常 1:边缘不完整 0:正常 1:有遮挡 0:正常 1:复印件 0:正常 1:翻拍 0:正常 1:有PS.
-
#OcclusionCheck ⇒ Object
0:正常 1:边缘不完整 0:正常 1:有遮挡 0:正常 1:复印件 0:正常 1:翻拍 0:正常 1:有PS.
-
#PSCheck ⇒ Object
0:正常 1:边缘不完整 0:正常 1:有遮挡 0:正常 1:复印件 0:正常 1:翻拍 0:正常 1:有PS.
-
#ReshootCheck ⇒ Object
0:正常 1:边缘不完整 0:正常 1:有遮挡 0:正常 1:复印件 0:正常 1:翻拍 0:正常 1:有PS.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bordercheck = nil, occlusioncheck = nil, copycheck = nil, reshootcheck = nil, pscheck = nil) ⇒ CardWarnInfo
constructor
A new instance of CardWarnInfo.
Constructor Details
#initialize(bordercheck = nil, occlusioncheck = nil, copycheck = nil, reshootcheck = nil, pscheck = nil) ⇒ CardWarnInfo
Returns a new instance of CardWarnInfo.
1210 1211 1212 1213 1214 1215 1216 |
# File 'lib/v20181119/models.rb', line 1210 def initialize(bordercheck=nil, occlusioncheck=nil, copycheck=nil, reshootcheck=nil, pscheck=nil) @BorderCheck = bordercheck @OcclusionCheck = occlusioncheck @CopyCheck = copycheck @ReshootCheck = reshootcheck @PSCheck = pscheck end |
Instance Attribute Details
#BorderCheck ⇒ Object
0:正常 1:边缘不完整 0:正常 1:有遮挡 0:正常 1:复印件 0:正常 1:翻拍 0:正常 1:有PS
1208 1209 1210 |
# File 'lib/v20181119/models.rb', line 1208 def BorderCheck @BorderCheck end |
#CopyCheck ⇒ Object
0:正常 1:边缘不完整 0:正常 1:有遮挡 0:正常 1:复印件 0:正常 1:翻拍 0:正常 1:有PS
1208 1209 1210 |
# File 'lib/v20181119/models.rb', line 1208 def CopyCheck @CopyCheck end |
#OcclusionCheck ⇒ Object
0:正常 1:边缘不完整 0:正常 1:有遮挡 0:正常 1:复印件 0:正常 1:翻拍 0:正常 1:有PS
1208 1209 1210 |
# File 'lib/v20181119/models.rb', line 1208 def OcclusionCheck @OcclusionCheck end |
#PSCheck ⇒ Object
0:正常 1:边缘不完整 0:正常 1:有遮挡 0:正常 1:复印件 0:正常 1:翻拍 0:正常 1:有PS
1208 1209 1210 |
# File 'lib/v20181119/models.rb', line 1208 def PSCheck @PSCheck end |
#ReshootCheck ⇒ Object
0:正常 1:边缘不完整 0:正常 1:有遮挡 0:正常 1:复印件 0:正常 1:翻拍 0:正常 1:有PS
1208 1209 1210 |
# File 'lib/v20181119/models.rb', line 1208 def ReshootCheck @ReshootCheck end |
Instance Method Details
#deserialize(params) ⇒ Object
1218 1219 1220 1221 1222 1223 1224 |
# File 'lib/v20181119/models.rb', line 1218 def deserialize(params) @BorderCheck = params['BorderCheck'] @OcclusionCheck = params['OcclusionCheck'] @CopyCheck = params['CopyCheck'] @ReshootCheck = params['ReshootCheck'] @PSCheck = params['PSCheck'] end |