Class: TencentCloud::Ocr::V20181119::CellContent
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::CellContent
- Defined in:
- lib/v20181119/models.rb
Overview
单元格识别结果
Instance Attribute Summary collapse
-
#ParagNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#WordSize ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(paragno = nil, wordsize = nil) ⇒ CellContent
constructor
A new instance of CellContent.
Constructor Details
#initialize(paragno = nil, wordsize = nil) ⇒ CellContent
Returns a new instance of CellContent.
1238 1239 1240 1241 |
# File 'lib/v20181119/models.rb', line 1238 def initialize(paragno=nil, wordsize=nil) @ParagNo = paragno @WordSize = wordsize end |
Instance Attribute Details
#ParagNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1236 1237 1238 |
# File 'lib/v20181119/models.rb', line 1236 def ParagNo @ParagNo end |
#WordSize ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1236 1237 1238 |
# File 'lib/v20181119/models.rb', line 1236 def WordSize @WordSize end |
Instance Method Details
#deserialize(params) ⇒ Object
1243 1244 1245 1246 |
# File 'lib/v20181119/models.rb', line 1243 def deserialize(params) @ParagNo = params['ParagNo'] @WordSize = params['WordSize'] end |