Skip to content
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 @@ -293,7 +293,7 @@ def list(

def delete_face(
self, face_list_id, persisted_face_id, custom_headers=None, raw=False, **operation_config):
"""Delete an existing face from a face list (given by a persisitedFaceId
"""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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def train(
def delete_face(
self, large_face_list_id, persisted_face_id, custom_headers=None, raw=False, **operation_config):
"""Delete an existing face from a large face list (given by a
persisitedFaceId and a largeFaceListId). Persisted image related to the
persistedFaceId and a largeFaceListId). Persisted image related to the
face will also be deleted.

:param large_face_list_id: Id referencing a particular large face
Expand Down
1 change: 1 addition & 0 deletions azure-cognitiveservices-vision-face/sdk_packaging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ package_pprint_name = "Cognitive Services Face"
package_doc_id = "cognitive-services"
is_stable = false
is_arm = false
need_msrestazure = false