Class: TencentCloud::Ams::V20200608::ImageResultsResultDetailLocation

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200608/models.rb

Overview

图片详情位置信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(x = nil, y = nil, width = nil, height = nil, rotate = nil) ⇒ ImageResultsResultDetailLocation

Returns a new instance of ImageResultsResultDetailLocation.



1147
1148
1149
1150
1151
1152
1153
# File 'lib/v20200608/models.rb', line 1147

def initialize(x=nil, y=nil, width=nil, height=nil, rotate=nil)
  @X = x
  @Y = y
  @Width = width
  @Height = height
  @Rotate = rotate
end

Instance Attribute Details

#HeightObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • X:

    x坐标

  • Y:

    y坐标

  • Width:

    宽度

  • Height:

    高度

  • Rotate:

    旋转角度



1145
1146
1147
# File 'lib/v20200608/models.rb', line 1145

def Height
  @Height
end

#RotateObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • X:

    x坐标

  • Y:

    y坐标

  • Width:

    宽度

  • Height:

    高度

  • Rotate:

    旋转角度



1145
1146
1147
# File 'lib/v20200608/models.rb', line 1145

def Rotate
  @Rotate
end

#WidthObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • X:

    x坐标

  • Y:

    y坐标

  • Width:

    宽度

  • Height:

    高度

  • Rotate:

    旋转角度



1145
1146
1147
# File 'lib/v20200608/models.rb', line 1145

def Width
  @Width
end

#XObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • X:

    x坐标

  • Y:

    y坐标

  • Width:

    宽度

  • Height:

    高度

  • Rotate:

    旋转角度



1145
1146
1147
# File 'lib/v20200608/models.rb', line 1145

def X
  @X
end

#YObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • X:

    x坐标

  • Y:

    y坐标

  • Width:

    宽度

  • Height:

    高度

  • Rotate:

    旋转角度



1145
1146
1147
# File 'lib/v20200608/models.rb', line 1145

def Y
  @Y
end

Instance Method Details

#deserialize(params) ⇒ Object



1155
1156
1157
1158
1159
1160
1161
# File 'lib/v20200608/models.rb', line 1155

def deserialize(params)
  @X = params['X']
  @Y = params['Y']
  @Width = params['Width']
  @Height = params['Height']
  @Rotate = params['Rotate']
end