Skip to content

Commit a78d67c

Browse files
committed
chore(Visual Recognition): Apply manual changes for detect_faces
1 parent e2fa657 commit a78d67c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

watson_developer_cloud/visual_recognition_v3.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)