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".