Class: TencentCloud::Ivld::V20210903::ImageOcr
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ivld::V20210903::ImageOcr
- Defined in:
- lib/v20210903/models.rb
Overview
图片OCR识别结果
Instance Attribute Summary collapse
-
#AppearRect ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Content ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(content = nil, appearrect = nil) ⇒ ImageOcr
constructor
A new instance of ImageOcr.
Constructor Details
#initialize(content = nil, appearrect = nil) ⇒ ImageOcr
Returns a new instance of ImageOcr.
1668 1669 1670 1671 |
# File 'lib/v20210903/models.rb', line 1668 def initialize(content=nil, appearrect=nil) @Content = content @AppearRect = appearrect end |
Instance Attribute Details
#AppearRect ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1666 1667 1668 |
# File 'lib/v20210903/models.rb', line 1666 def AppearRect @AppearRect end |
#Content ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1666 1667 1668 |
# File 'lib/v20210903/models.rb', line 1666 def Content @Content end |