Class: TencentCloud::Iai::V20200303::FaceHairAttributesInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iai::V20200303::FaceHairAttributesInfo
- Defined in:
- lib/v20200303/models.rb
Overview
人脸属性中的发型信息。
Instance Attribute Summary collapse
-
#Bang ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Color ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Length ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(length = nil, bang = nil, color = nil) ⇒ FaceHairAttributesInfo
constructor
A new instance of FaceHairAttributesInfo.
Constructor Details
#initialize(length = nil, bang = nil, color = nil) ⇒ FaceHairAttributesInfo
Returns a new instance of FaceHairAttributesInfo.
1881 1882 1883 1884 1885 |
# File 'lib/v20200303/models.rb', line 1881 def initialize(length=nil, bang=nil, color=nil) @Length = length @Bang = bang @Color = color end |
Instance Attribute Details
#Bang ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1879 1880 1881 |
# File 'lib/v20200303/models.rb', line 1879 def Bang @Bang end |
#Color ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1879 1880 1881 |
# File 'lib/v20200303/models.rb', line 1879 def Color @Color end |
#Length ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1879 1880 1881 |
# File 'lib/v20200303/models.rb', line 1879 def Length @Length end |
Instance Method Details
#deserialize(params) ⇒ Object
1887 1888 1889 1890 1891 |
# File 'lib/v20200303/models.rb', line 1887 def deserialize(params) @Length = params['Length'] @Bang = params['Bang'] @Color = params['Color'] end |