Skip to content

Commit fcfda58

Browse files
committed
chore(Visual Recognition): Apply manual changes for detect_faces
1 parent 4dab82e commit fcfda58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

watson_developer_cloud/visual_recognition_v3.py

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

0 commit comments

Comments
 (0)