File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,9 +189,9 @@ def classify(self,
189189 def detect_faces (self ,
190190 images_file = None ,
191191 url = None ,
192- accept_language = None ,
193192 images_file_content_type = None ,
194193 images_filename = None ,
194+ accept_language = None ,
195195 ** kwargs ):
196196 """
197197 Detect faces in images.
@@ -221,10 +221,10 @@ def detect_faces(self,
221221 The maximum image size is 10 MB. Redirects are followed, so you can use a
222222 shortened URL.
223223 You can also include images with the **images_file** parameter.
224- :param str accept_language: The desired language of parts of the response. See the
225- response for details.
226224 :param str images_file_content_type: The content type of images_file.
227225 :param str images_filename: The filename for images_file.
226+ :param str accept_language: The desired language of parts of the response. See the
227+ response for details.
228228 :param dict headers: A `dict` containing the request headers
229229 :return: A `DetailedResponse` containing the result, headers and HTTP status code.
230230 :rtype: DetailedResponse
You can’t perform that action at this time.
0 commit comments