@@ -29,28 +29,13 @@ class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
29
29
}
30
30
31
31
/**
32
- * @method string getImageContentB()
33
32
* @method string getImageType()
34
- * @method string getImageContentA()
35
33
* @method string getImageURLB()
36
34
* @method string getImageURLA()
37
35
*/
38
36
class CompareFace extends Rpc
39
37
{
40
38
41
- /**
42
- * @param string $value
43
- *
44
- * @return $this
45
- */
46
- public function withImageContentB ($ value )
47
- {
48
- $ this ->data ['ImageContentB ' ] = $ value ;
49
- $ this ->options ['form_params ' ]['ImageContentB ' ] = $ value ;
50
-
51
- return $ this ;
52
- }
53
-
54
39
/**
55
40
* @param string $value
56
41
*
@@ -64,19 +49,6 @@ public function withImageType($value)
64
49
return $ this ;
65
50
}
66
51
67
- /**
68
- * @param string $value
69
- *
70
- * @return $this
71
- */
72
- public function withImageContentA ($ value )
73
- {
74
- $ this ->data ['ImageContentA ' ] = $ value ;
75
- $ this ->options ['form_params ' ]['ImageContentA ' ] = $ value ;
76
-
77
- return $ this ;
78
- }
79
-
80
52
/**
81
53
* @param string $value
82
54
*
@@ -107,7 +79,6 @@ public function withImageURLA($value)
107
79
/**
108
80
* @method string getImageType()
109
81
* @method string getImageURL()
110
- * @method string getImageContent()
111
82
*/
112
83
class DetectFace extends Rpc
113
84
{
@@ -137,25 +108,11 @@ public function withImageURL($value)
137
108
138
109
return $ this ;
139
110
}
140
-
141
- /**
142
- * @param string $value
143
- *
144
- * @return $this
145
- */
146
- public function withImageContent ($ value )
147
- {
148
- $ this ->data ['ImageContent ' ] = $ value ;
149
- $ this ->options ['form_params ' ]['ImageContent ' ] = $ value ;
150
-
151
- return $ this ;
152
- }
153
111
}
154
112
155
113
/**
156
114
* @method string getImageType()
157
115
* @method string getImageURL()
158
- * @method string getImageContent()
159
116
*/
160
117
class RecognizeFace extends Rpc
161
118
{
@@ -185,17 +142,4 @@ public function withImageURL($value)
185
142
186
143
return $ this ;
187
144
}
188
-
189
- /**
190
- * @param string $value
191
- *
192
- * @return $this
193
- */
194
- public function withImageContent ($ value )
195
- {
196
- $ this ->data ['ImageContent ' ] = $ value ;
197
- $ this ->options ['form_params ' ]['ImageContent ' ] = $ value ;
198
-
199
- return $ this ;
200
- }
201
145
}
0 commit comments