Skip to content

Commit

Permalink
Generated from 0cef2eebc5238a96f84b4593376716d26cd26c0a (#2759)
Browse files Browse the repository at this point in the history
typo: cognitiveservices/data-plane/Face

- persisited -> persisted
  • Loading branch information
AutorestCI authored Dec 8, 2018
1 parent 5ac6b73 commit 788d8f1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public interface FaceLists {
Observable<ServiceResponse<List<FaceList>>> listWithServiceResponseAsync();

/**
* Delete an existing face from a face list (given by a persisitedFaceId and a faceListId). Persisted image related to the face will also be deleted.
* 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 faceListId Id referencing a particular face list.
* @param persistedFaceId Id referencing a particular persistedFaceId of an existing face.
Expand All @@ -314,7 +314,7 @@ public interface FaceLists {
void deleteFace(String faceListId, UUID persistedFaceId);

/**
* Delete an existing face from a face list (given by a persisitedFaceId and a faceListId). Persisted image related to the face will also be deleted.
* 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 faceListId Id referencing a particular face list.
* @param persistedFaceId Id referencing a particular persistedFaceId of an existing face.
Expand All @@ -325,7 +325,7 @@ public interface FaceLists {
ServiceFuture<Void> deleteFaceAsync(String faceListId, UUID persistedFaceId, final ServiceCallback<Void> serviceCallback);

/**
* Delete an existing face from a face list (given by a persisitedFaceId and a faceListId). Persisted image related to the face will also be deleted.
* 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 faceListId Id referencing a particular face list.
* @param persistedFaceId Id referencing a particular persistedFaceId of an existing face.
Expand All @@ -335,7 +335,7 @@ public interface FaceLists {
Observable<Void> deleteFaceAsync(String faceListId, UUID persistedFaceId);

/**
* Delete an existing face from a face list (given by a persisitedFaceId and a faceListId). Persisted image related to the face will also be deleted.
* 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 faceListId Id referencing a particular face list.
* @param persistedFaceId Id referencing a particular persistedFaceId of an existing face.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ public interface LargeFaceLists {
Observable<ServiceResponse<Void>> trainWithServiceResponseAsync(String largeFaceListId);

/**
* Delete an existing face from a large face list (given by a persisitedFaceId and a largeFaceListId). Persisted image related to the face will also be deleted.
* 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.
*
* @param largeFaceListId Id referencing a particular large face list.
* @param persistedFaceId Id referencing a particular persistedFaceId of an existing face.
Expand All @@ -392,7 +392,7 @@ public interface LargeFaceLists {
void deleteFace(String largeFaceListId, UUID persistedFaceId);

/**
* Delete an existing face from a large face list (given by a persisitedFaceId and a largeFaceListId). Persisted image related to the face will also be deleted.
* 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.
*
* @param largeFaceListId Id referencing a particular large face list.
* @param persistedFaceId Id referencing a particular persistedFaceId of an existing face.
Expand All @@ -403,7 +403,7 @@ public interface LargeFaceLists {
ServiceFuture<Void> deleteFaceAsync(String largeFaceListId, UUID persistedFaceId, final ServiceCallback<Void> serviceCallback);

/**
* Delete an existing face from a large face list (given by a persisitedFaceId and a largeFaceListId). Persisted image related to the face will also be deleted.
* 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.
*
* @param largeFaceListId Id referencing a particular large face list.
* @param persistedFaceId Id referencing a particular persistedFaceId of an existing face.
Expand All @@ -413,7 +413,7 @@ public interface LargeFaceLists {
Observable<Void> deleteFaceAsync(String largeFaceListId, UUID persistedFaceId);

/**
* Delete an existing face from a large face list (given by a persisitedFaceId and a largeFaceListId). Persisted image related to the face will also be deleted.
* 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.
*
* @param largeFaceListId Id referencing a particular large face list.
* @param persistedFaceId Id referencing a particular persistedFaceId of an existing face.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ private ServiceResponse<List<FaceList>> listDelegate(Response<ResponseBody> resp
}

/**
* Delete an existing face from a face list (given by a persisitedFaceId and a faceListId). Persisted image related to the face will also be deleted.
* 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 faceListId Id referencing a particular face list.
* @param persistedFaceId Id referencing a particular persistedFaceId of an existing face.
Expand All @@ -662,7 +662,7 @@ public void deleteFace(String faceListId, UUID persistedFaceId) {
}

/**
* Delete an existing face from a face list (given by a persisitedFaceId and a faceListId). Persisted image related to the face will also be deleted.
* 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 faceListId Id referencing a particular face list.
* @param persistedFaceId Id referencing a particular persistedFaceId of an existing face.
Expand All @@ -675,7 +675,7 @@ public ServiceFuture<Void> deleteFaceAsync(String faceListId, UUID persistedFace
}

/**
* Delete an existing face from a face list (given by a persisitedFaceId and a faceListId). Persisted image related to the face will also be deleted.
* 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 faceListId Id referencing a particular face list.
* @param persistedFaceId Id referencing a particular persistedFaceId of an existing face.
Expand All @@ -692,7 +692,7 @@ public Void call(ServiceResponse<Void> response) {
}

/**
* Delete an existing face from a face list (given by a persisitedFaceId and a faceListId). Persisted image related to the face will also be deleted.
* 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 faceListId Id referencing a particular face list.
* @param persistedFaceId Id referencing a particular persistedFaceId of an existing face.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ private ServiceResponse<Void> trainDelegate(Response<ResponseBody> response) thr
}

/**
* Delete an existing face from a large face list (given by a persisitedFaceId and a largeFaceListId). Persisted image related to the face will also be deleted.
* 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.
*
* @param largeFaceListId Id referencing a particular large face list.
* @param persistedFaceId Id referencing a particular persistedFaceId of an existing face.
Expand All @@ -837,7 +837,7 @@ public void deleteFace(String largeFaceListId, UUID persistedFaceId) {
}

/**
* Delete an existing face from a large face list (given by a persisitedFaceId and a largeFaceListId). Persisted image related to the face will also be deleted.
* 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.
*
* @param largeFaceListId Id referencing a particular large face list.
* @param persistedFaceId Id referencing a particular persistedFaceId of an existing face.
Expand All @@ -850,7 +850,7 @@ public ServiceFuture<Void> deleteFaceAsync(String largeFaceListId, UUID persiste
}

/**
* Delete an existing face from a large face list (given by a persisitedFaceId and a largeFaceListId). Persisted image related to the face will also be deleted.
* 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.
*
* @param largeFaceListId Id referencing a particular large face list.
* @param persistedFaceId Id referencing a particular persistedFaceId of an existing face.
Expand All @@ -867,7 +867,7 @@ public Void call(ServiceResponse<Void> response) {
}

/**
* Delete an existing face from a large face list (given by a persisitedFaceId and a largeFaceListId). Persisted image related to the face will also be deleted.
* 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.
*
* @param largeFaceListId Id referencing a particular large face list.
* @param persistedFaceId Id referencing a particular persistedFaceId of an existing face.
Expand Down

0 comments on commit 788d8f1

Please sign in to comment.