From 16c82095a4f1d74bd3ed0c3ca571667d0319a6cb Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Tue, 26 Mar 2019 21:34:31 +0000 Subject: [PATCH] Generated from 781eeec955ba0d42e2e7363226e19e46e756e776 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit typo: cognitiveservices/data-plane/Face/stable/v1 - groups’s -> groups’ - retuned -> returned --- .../vision/face/operations/large_face_list_operations.py | 2 +- .../vision/face/operations/large_person_group_operations.py | 4 ++-- .../vision/face/operations/person_group_operations.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-cognitiveservices-vision-face/azure/cognitiveservices/vision/face/operations/large_face_list_operations.py b/azure-cognitiveservices-vision-face/azure/cognitiveservices/vision/face/operations/large_face_list_operations.py index 3ebfdd947639..9099cb2149a5 100644 --- a/azure-cognitiveservices-vision-face/azure/cognitiveservices/vision/face/operations/large_face_list_operations.py +++ b/azure-cognitiveservices-vision-face/azure/cognitiveservices/vision/face/operations/large_face_list_operations.py @@ -356,7 +356,7 @@ def list( item. * "top" parameter (int, optional) specifies the number of entries to return. A maximal of 1000 entries can be returned in one call. To fetch - more, you can specify "start" with the last retuned entry’s Id of the + more, you can specify "start" with the last returned entry’s Id of the current call.
For example, total 5 large person lists: "list1", ..., "list5". diff --git a/azure-cognitiveservices-vision-face/azure/cognitiveservices/vision/face/operations/large_person_group_operations.py b/azure-cognitiveservices-vision-face/azure/cognitiveservices/vision/face/operations/large_person_group_operations.py index 03732c7a0230..f8b56685f2ae 100644 --- a/azure-cognitiveservices-vision-face/azure/cognitiveservices/vision/face/operations/large_person_group_operations.py +++ b/azure-cognitiveservices-vision-face/azure/cognitiveservices/vision/face/operations/large_person_group_operations.py @@ -344,7 +344,7 @@ def get_training_status( def list( self, start=None, top=1000, return_recognition_model=False, custom_headers=None, raw=False, **operation_config): - """List all existing large person groups’s largePersonGroupId, name, + """List all existing large person groups’ largePersonGroupId, name, userData and recognitionModel.
* Large person groups are stored in alphabetical order of largePersonGroupId. @@ -354,7 +354,7 @@ def list( first item. * "top" parameter (int, optional) specifies the number of entries to return. A maximal of 1000 entries can be returned in one call. To fetch - more, you can specify "start" with the last retuned entry’s Id of the + more, you can specify "start" with the last returned entry’s Id of the current call.
For example, total 5 large person groups: "group1", ..., "group5". diff --git a/azure-cognitiveservices-vision-face/azure/cognitiveservices/vision/face/operations/person_group_operations.py b/azure-cognitiveservices-vision-face/azure/cognitiveservices/vision/face/operations/person_group_operations.py index 97eefdc128fe..bb150011911e 100644 --- a/azure-cognitiveservices-vision-face/azure/cognitiveservices/vision/face/operations/person_group_operations.py +++ b/azure-cognitiveservices-vision-face/azure/cognitiveservices/vision/face/operations/person_group_operations.py @@ -338,7 +338,7 @@ def get_training_status( def list( self, start=None, top=1000, return_recognition_model=False, custom_headers=None, raw=False, **operation_config): - """List person groups’s personGroupId, name, userData and + """List person groups’ personGroupId, name, userData and recognitionModel.
* Person groups are stored in alphabetical order of personGroupId. * "start" parameter (string, optional) is a user-provided personGroupId @@ -346,7 +346,7 @@ def list( "start" set to empty to indicate return from the first item. * "top" parameter (int, optional) specifies the number of entries to return. A maximal of 1000 entries can be returned in one call. To fetch - more, you can specify "start" with the last retuned entry’s Id of the + more, you can specify "start" with the last returned entry’s Id of the current call.
For example, total 5 person groups: "group1", ..., "group5".