File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,9 +185,9 @@ def classify(self,
185185 def detect_faces (self ,
186186 images_file = None ,
187187 url = None ,
188- accept_language = None ,
189188 images_file_content_type = None ,
190189 images_filename = None ,
190+ accept_language = None ,
191191 ** kwargs ):
192192 """
193193 Detect faces in images.
@@ -215,10 +215,10 @@ def detect_faces(self,
215215 the maximum image size is 10 MB. Redirects are followed, so you can use a
216216 shortened URL.
217217 You can also include images with the **images_file** parameter.
218- :param str accept_language: The desired language of parts of the response. See the
219- response for details.
220218 :param str images_file_content_type: The content type of images_file.
221219 :param str images_filename: The filename for images_file.
220+ :param str accept_language: The desired language of parts of the response. See the
221+ response for details.
222222 :param dict headers: A `dict` containing the request headers
223223 :return: A `DetailedResponse` containing the result, headers and HTTP status code.
224224 :rtype: DetailedResponse
You can’t perform that action at this time.
0 commit comments