Class: TencentCloud::Mps::V20190612::AiAnalysisTaskHorizontalToVerticalOutput
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::AiAnalysisTaskHorizontalToVerticalOutput
- Defined in:
- lib/v20190612/models.rb
Overview
智能横转竖结果信息
Instance Attribute Summary collapse
-
#Confidence ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#OutputStorage ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Path ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(path = nil, outputstorage = nil, confidence = nil) ⇒ AiAnalysisTaskHorizontalToVerticalOutput
constructor
A new instance of AiAnalysisTaskHorizontalToVerticalOutput.
Constructor Details
#initialize(path = nil, outputstorage = nil, confidence = nil) ⇒ AiAnalysisTaskHorizontalToVerticalOutput
Returns a new instance of AiAnalysisTaskHorizontalToVerticalOutput.
1896 1897 1898 1899 1900 |
# File 'lib/v20190612/models.rb', line 1896 def initialize(path=nil, outputstorage=nil, confidence=nil) @Path = path @OutputStorage = outputstorage @Confidence = confidence end |
Instance Attribute Details
#Confidence ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1894 1895 1896 |
# File 'lib/v20190612/models.rb', line 1894 def Confidence @Confidence end |
#OutputStorage ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1894 1895 1896 |
# File 'lib/v20190612/models.rb', line 1894 def OutputStorage @OutputStorage end |
#Path ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1894 1895 1896 |
# File 'lib/v20190612/models.rb', line 1894 def Path @Path end |
Instance Method Details
#deserialize(params) ⇒ Object
1902 1903 1904 1905 1906 1907 1908 1909 |
# File 'lib/v20190612/models.rb', line 1902 def deserialize(params) @Path = params['Path'] unless params['OutputStorage'].nil? @OutputStorage = TaskOutputStorage.new @OutputStorage.deserialize(params['OutputStorage']) end @Confidence = params['Confidence'] end |