Class: TencentCloud::Ocr::V20181119::TextFormulaInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::TextFormulaInfo
- Defined in:
- lib/v20181119/models.rb
Overview
公式识别结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(detectedtext = nil, coord = nil) ⇒ TextFormulaInfo
constructor
A new instance of TextFormulaInfo.
Constructor Details
#initialize(detectedtext = nil, coord = nil) ⇒ TextFormulaInfo
Returns a new instance of TextFormulaInfo.
12220 12221 12222 12223 |
# File 'lib/v20181119/models.rb', line 12220 def initialize(detectedtext=nil, coord=nil) @DetectedText = detectedtext @Coord = coord end |
Instance Attribute Details
#Coord ⇒ Object
12218 12219 12220 |
# File 'lib/v20181119/models.rb', line 12218 def Coord @Coord end |
#DetectedText ⇒ Object
12218 12219 12220 |
# File 'lib/v20181119/models.rb', line 12218 def DetectedText @DetectedText end |