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 @@ -477,7 +477,7 @@ def list_async(custom_headers = nil)
end

#
# Delete an existing face from a face list (given by a persisitedFaceId and a
# Delete an existing face from a face list (given by a persistedFaceId and a
# faceListId). Persisted image related to the face will also be deleted.
#
# @param face_list_id [String] Id referencing a particular face list.
Expand All @@ -493,7 +493,7 @@ def delete_face(face_list_id, persisted_face_id, custom_headers = nil)
end

#
# Delete an existing face from a face list (given by a persisitedFaceId and a
# Delete an existing face from a face list (given by a persistedFaceId and a
# faceListId). Persisted image related to the face will also be deleted.
#
# @param face_list_id [String] Id referencing a particular face list.
Expand All @@ -509,7 +509,7 @@ def delete_face_with_http_info(face_list_id, persisted_face_id, custom_headers =
end

#
# Delete an existing face from a face list (given by a persisitedFaceId and a
# Delete an existing face from a face list (given by a persistedFaceId and a
# faceListId). Persisted image related to the face will also be deleted.
#
# @param face_list_id [String] Id referencing a particular face list.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ def train_async(large_face_list_id, custom_headers = nil)
end

#
# Delete an existing face from a large face list (given by a persisitedFaceId
# Delete an existing face from a large face list (given by a persistedFaceId
# and a largeFaceListId). Persisted image related to the face will also be
# deleted.
#
Expand All @@ -677,7 +677,7 @@ def delete_face(large_face_list_id, persisted_face_id, custom_headers = nil)
end

#
# Delete an existing face from a large face list (given by a persisitedFaceId
# Delete an existing face from a large face list (given by a persistedFaceId
# and a largeFaceListId). Persisted image related to the face will also be
# deleted.
#
Expand All @@ -695,7 +695,7 @@ def delete_face_with_http_info(large_face_list_id, persisted_face_id, custom_hea
end

#
# Delete an existing face from a large face list (given by a persisitedFaceId
# Delete an existing face from a large face list (given by a persistedFaceId
# and a largeFaceListId). Persisted image related to the face will also be
# deleted.
#
Expand Down