Class: TencentCloud::Ocr::V20181119::RecognizeThaiIDCardOCRRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::RecognizeThaiIDCardOCRRequest
- Defined in:
- lib/v20181119/models.rb
Overview
RecognizeThaiIDCardOCR请求参数结构体
Instance Attribute Summary collapse
-
#CropPortrait ⇒ Object
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。 设置为true时,返回旋转矫正后的泰国身份证头像照片的base64编码.
-
#ImageBase64 ⇒ Object
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。 设置为true时,返回旋转矫正后的泰国身份证头像照片的base64编码.
-
#ImageUrl ⇒ Object
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。 设置为true时,返回旋转矫正后的泰国身份证头像照片的base64编码.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(imagebase64 = nil, imageurl = nil, cropportrait = nil) ⇒ RecognizeThaiIDCardOCRRequest
constructor
A new instance of RecognizeThaiIDCardOCRRequest.
Constructor Details
#initialize(imagebase64 = nil, imageurl = nil, cropportrait = nil) ⇒ RecognizeThaiIDCardOCRRequest
Returns a new instance of RecognizeThaiIDCardOCRRequest.
9400 9401 9402 9403 9404 |
# File 'lib/v20181119/models.rb', line 9400 def initialize(imagebase64=nil, imageurl=nil, cropportrait=nil) @ImageBase64 = imagebase64 @ImageUrl = imageurl @CropPortrait = cropportrait end |
Instance Attribute Details
#CropPortrait ⇒ Object
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。 设置为true时,返回旋转矫正后的泰国身份证头像照片的base64编码
9398 9399 9400 |
# File 'lib/v20181119/models.rb', line 9398 def CropPortrait @CropPortrait end |
#ImageBase64 ⇒ Object
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。 设置为true时,返回旋转矫正后的泰国身份证头像照片的base64编码
9398 9399 9400 |
# File 'lib/v20181119/models.rb', line 9398 def ImageBase64 @ImageBase64 end |
#ImageUrl ⇒ Object
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。 设置为true时,返回旋转矫正后的泰国身份证头像照片的base64编码
9398 9399 9400 |
# File 'lib/v20181119/models.rb', line 9398 def ImageUrl @ImageUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
9406 9407 9408 9409 9410 |
# File 'lib/v20181119/models.rb', line 9406 def deserialize(params) @ImageBase64 = params['ImageBase64'] @ImageUrl = params['ImageUrl'] @CropPortrait = params['CropPortrait'] end |