Class: TencentCloud::Ocr::V20181119::DocumentElement
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::DocumentElement
- Defined in:
- lib/v20181119/models.rb
Overview
文档元素字段
Instance Attribute Summary collapse
-
#Elements ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Index ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#InsetImageName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Level ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Polygon ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Text ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(index = nil, type = nil, text = nil, polygon = nil, level = nil, insetimagename = nil, elements = nil) ⇒ DocumentElement
constructor
A new instance of DocumentElement.
Constructor Details
#initialize(index = nil, type = nil, text = nil, polygon = nil, level = nil, insetimagename = nil, elements = nil) ⇒ DocumentElement
Returns a new instance of DocumentElement.
1644 1645 1646 1647 1648 1649 1650 1651 1652 |
# File 'lib/v20181119/models.rb', line 1644 def initialize(index=nil, type=nil, text=nil, polygon=nil, level=nil, insetimagename=nil, elements=nil) @Index = index @Type = type @Text = text @Polygon = polygon @Level = level @InsetImageName = insetimagename @Elements = elements end |
Instance Attribute Details
#Elements ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1642 1643 1644 |
# File 'lib/v20181119/models.rb', line 1642 def Elements @Elements end |
#Index ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1642 1643 1644 |
# File 'lib/v20181119/models.rb', line 1642 def Index @Index end |
#InsetImageName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1642 1643 1644 |
# File 'lib/v20181119/models.rb', line 1642 def InsetImageName @InsetImageName end |
#Level ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1642 1643 1644 |
# File 'lib/v20181119/models.rb', line 1642 def Level @Level end |
#Polygon ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1642 1643 1644 |
# File 'lib/v20181119/models.rb', line 1642 def Polygon @Polygon end |
#Text ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1642 1643 1644 |
# File 'lib/v20181119/models.rb', line 1642 def Text @Text end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1642 1643 1644 |
# File 'lib/v20181119/models.rb', line 1642 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'lib/v20181119/models.rb', line 1654 def deserialize(params) @Index = params['Index'] @Type = params['Type'] @Text = params['Text'] unless params['Polygon'].nil? @Polygon = Polygon.new @Polygon.deserialize(params['Polygon']) end @Level = params['Level'] @InsetImageName = params['InsetImageName'] unless params['Elements'].nil? @Elements = [] params['Elements'].each do |i| documentelement_tmp = DocumentElement.new documentelement_tmp.deserialize(i) @Elements << documentelement_tmp end end end |