Class: TencentCloud::Ocr::V20181119::WordPolygon
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::WordPolygon
- Defined in:
- lib/v20181119/models.rb
Overview
单词坐标信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(detectedtext = nil, coord = nil) ⇒ WordPolygon
constructor
A new instance of WordPolygon.
Constructor Details
#initialize(detectedtext = nil, coord = nil) ⇒ WordPolygon
Returns a new instance of WordPolygon.
15158 15159 15160 15161 |
# File 'lib/v20181119/models.rb', line 15158 def initialize(detectedtext=nil, coord=nil) @DetectedText = detectedtext @Coord = coord end |
Instance Attribute Details
#Coord ⇒ Object
15156 15157 15158 |
# File 'lib/v20181119/models.rb', line 15156 def Coord @Coord end |
#DetectedText ⇒ Object
15156 15157 15158 |
# File 'lib/v20181119/models.rb', line 15156 def DetectedText @DetectedText end |