Class: TencentCloud::Ocr::V20181119::Value
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::Value
- Defined in:
- lib/v20181119/models.rb
Overview
value信息组
Instance Attribute Summary collapse
-
#AutoContent ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Coord ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(autocontent = nil, coord = nil) ⇒ Value
constructor
A new instance of Value.
Constructor Details
#initialize(autocontent = nil, coord = nil) ⇒ Value
Returns a new instance of Value.
13001 13002 13003 13004 |
# File 'lib/v20181119/models.rb', line 13001 def initialize(autocontent=nil, coord=nil) @AutoContent = autocontent @Coord = coord end |
Instance Attribute Details
#AutoContent ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12999 13000 13001 |
# File 'lib/v20181119/models.rb', line 12999 def AutoContent @AutoContent end |
#Coord ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12999 13000 13001 |
# File 'lib/v20181119/models.rb', line 12999 def Coord @Coord end |