Class: TencentCloud::Ocr::V20181119::RecognizeGeneralTextImageWarnRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::RecognizeGeneralTextImageWarnRequest
- Defined in:
- lib/v20181119/models.rb
Overview
RecognizeGeneralTextImageWarn请求参数结构体
Instance Attribute Summary collapse
-
#EnablePdf ⇒ Object
-
General 通用告警(支持所有类型告警) - LicensePlate 车牌告警(支持翻拍告警).
-
-
#ImageBase64 ⇒ Object
-
General 通用告警(支持所有类型告警) - LicensePlate 车牌告警(支持翻拍告警).
-
-
#ImageUrl ⇒ Object
-
General 通用告警(支持所有类型告警) - LicensePlate 车牌告警(支持翻拍告警).
-
-
#PdfPageNumber ⇒ Object
-
General 通用告警(支持所有类型告警) - LicensePlate 车牌告警(支持翻拍告警).
-
-
#Type ⇒ Object
-
General 通用告警(支持所有类型告警) - LicensePlate 车牌告警(支持翻拍告警).
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(imageurl = nil, imagebase64 = nil, enablepdf = nil, pdfpagenumber = nil, type = nil) ⇒ RecognizeGeneralTextImageWarnRequest
constructor
A new instance of RecognizeGeneralTextImageWarnRequest.
Constructor Details
#initialize(imageurl = nil, imagebase64 = nil, enablepdf = nil, pdfpagenumber = nil, type = nil) ⇒ RecognizeGeneralTextImageWarnRequest
Returns a new instance of RecognizeGeneralTextImageWarnRequest.
9149 9150 9151 9152 9153 9154 9155 |
# File 'lib/v20181119/models.rb', line 9149 def initialize(imageurl=nil, imagebase64=nil, enablepdf=nil, pdfpagenumber=nil, type=nil) @ImageUrl = imageurl @ImageBase64 = imagebase64 @EnablePdf = enablepdf @PdfPageNumber = pdfpagenumber @Type = type end |
Instance Attribute Details
#EnablePdf ⇒ Object
-
General 通用告警(支持所有类型告警)
-
LicensePlate 车牌告警(支持翻拍告警)
9147 9148 9149 |
# File 'lib/v20181119/models.rb', line 9147 def EnablePdf @EnablePdf end |
#ImageBase64 ⇒ Object
-
General 通用告警(支持所有类型告警)
-
LicensePlate 车牌告警(支持翻拍告警)
9147 9148 9149 |
# File 'lib/v20181119/models.rb', line 9147 def ImageBase64 @ImageBase64 end |
#ImageUrl ⇒ Object
-
General 通用告警(支持所有类型告警)
-
LicensePlate 车牌告警(支持翻拍告警)
9147 9148 9149 |
# File 'lib/v20181119/models.rb', line 9147 def ImageUrl @ImageUrl end |
#PdfPageNumber ⇒ Object
-
General 通用告警(支持所有类型告警)
-
LicensePlate 车牌告警(支持翻拍告警)
9147 9148 9149 |
# File 'lib/v20181119/models.rb', line 9147 def PdfPageNumber @PdfPageNumber end |
#Type ⇒ Object
-
General 通用告警(支持所有类型告警)
-
LicensePlate 车牌告警(支持翻拍告警)
9147 9148 9149 |
# File 'lib/v20181119/models.rb', line 9147 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
9157 9158 9159 9160 9161 9162 9163 |
# File 'lib/v20181119/models.rb', line 9157 def deserialize(params) @ImageUrl = params['ImageUrl'] @ImageBase64 = params['ImageBase64'] @EnablePdf = params['EnablePdf'] @PdfPageNumber = params['PdfPageNumber'] @Type = params['Type'] end |