Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def get_training_status_async(large_face_list_id, custom_headers = nil)
# 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 current call.
# specify "start" with the last returned entry’s Id of the current call.
# <br />
# For example, total 5 large person lists: "list1", ..., "list5".
# <br /> "start=&top=" will return all 5 lists.
Expand Down Expand Up @@ -636,7 +636,7 @@ def list(return_recognition_model = false, custom_headers = nil)
# 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 current call.
# specify "start" with the last returned entry’s Id of the current call.
# <br />
# For example, total 5 large person lists: "list1", ..., "list5".
# <br /> "start=&top=" will return all 5 lists.
Expand Down Expand Up @@ -667,7 +667,7 @@ def list_with_http_info(return_recognition_model = false, custom_headers = nil)
# 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 current call.
# specify "start" with the last returned entry’s Id of the current call.
# <br />
# For example, total 5 large person lists: "list1", ..., "list5".
# <br /> "start=&top=" will return all 5 lists.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -593,15 +593,15 @@ def get_training_status_async(large_person_group_id, custom_headers = nil)
end

#
# List all existing large person groups’s largePersonGroupId, name, userData
# and recognitionModel.<br />
# List all existing large person groups’ largePersonGroupId, name, userData and
# recognitionModel.<br />
# * Large person groups are stored in alphabetical order of largePersonGroupId.
# * "start" parameter (string, optional) is a user-provided largePersonGroupId
# value that returned entries have larger ids by string comparison. "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 current call.
# specify "start" with the last returned entry’s Id of the current call.
# <br />
# For example, total 5 large person groups: "group1", ..., "group5".
# <br /> "start=&top=" will return all 5 groups.
Expand All @@ -625,15 +625,15 @@ def list(start = nil, top = 1000, return_recognition_model = false, custom_heade
end

#
# List all existing large person groups’s largePersonGroupId, name, userData
# and recognitionModel.<br />
# List all existing large person groups’ largePersonGroupId, name, userData and
# recognitionModel.<br />
# * Large person groups are stored in alphabetical order of largePersonGroupId.
# * "start" parameter (string, optional) is a user-provided largePersonGroupId
# value that returned entries have larger ids by string comparison. "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 current call.
# specify "start" with the last returned entry’s Id of the current call.
# <br />
# For example, total 5 large person groups: "group1", ..., "group5".
# <br /> "start=&top=" will return all 5 groups.
Expand All @@ -656,15 +656,15 @@ def list_with_http_info(start = nil, top = 1000, return_recognition_model = fals
end

#
# List all existing large person groups’s largePersonGroupId, name, userData
# and recognitionModel.<br />
# List all existing large person groups’ largePersonGroupId, name, userData and
# recognitionModel.<br />
# * Large person groups are stored in alphabetical order of largePersonGroupId.
# * "start" parameter (string, optional) is a user-provided largePersonGroupId
# value that returned entries have larger ids by string comparison. "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 current call.
# specify "start" with the last returned entry’s Id of the current call.
# <br />
# For example, total 5 large person groups: "group1", ..., "group5".
# <br /> "start=&top=" will return all 5 groups.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -578,15 +578,14 @@ def get_training_status_async(person_group_id, custom_headers = nil)
end

#
# List person groups’s personGroupId, name, userData and recognitionModel.<br
# />
# List person groups’ personGroupId, name, userData and recognitionModel.<br />
# * Person groups are stored in alphabetical order of personGroupId.
# * "start" parameter (string, optional) is a user-provided personGroupId value
# that returned entries have larger ids by string comparison. "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 current call.
# specify "start" with the last returned entry’s Id of the current call.
# <br />
# For example, total 5 person groups: "group1", ..., "group5".
# <br /> "start=&top=" will return all 5 groups.
Expand All @@ -610,15 +609,14 @@ def list(start = nil, top = 1000, return_recognition_model = false, custom_heade
end

#
# List person groups’s personGroupId, name, userData and recognitionModel.<br
# />
# List person groups’ personGroupId, name, userData and recognitionModel.<br />
# * Person groups are stored in alphabetical order of personGroupId.
# * "start" parameter (string, optional) is a user-provided personGroupId value
# that returned entries have larger ids by string comparison. "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 current call.
# specify "start" with the last returned entry’s Id of the current call.
# <br />
# For example, total 5 person groups: "group1", ..., "group5".
# <br /> "start=&top=" will return all 5 groups.
Expand All @@ -641,15 +639,14 @@ def list_with_http_info(start = nil, top = 1000, return_recognition_model = fals
end

#
# List person groups’s personGroupId, name, userData and recognitionModel.<br
# />
# List person groups’ personGroupId, name, userData and recognitionModel.<br />
# * Person groups are stored in alphabetical order of personGroupId.
# * "start" parameter (string, optional) is a user-provided personGroupId value
# that returned entries have larger ids by string comparison. "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 current call.
# specify "start" with the last returned entry’s Id of the current call.
# <br />
# For example, total 5 person groups: "group1", ..., "group5".
# <br /> "start=&top=" will return all 5 groups.
Expand Down