다음을 통해 공유


ListManagementTermExtensions.DeleteAllTerms Method

Definition

Deletes all terms from the list with list Id equal to the list Id passed.

public static string DeleteAllTerms (this Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementTerm operations, string listId, string language);
static member DeleteAllTerms : Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementTerm * string * string -> string
<Extension()>
Public Function DeleteAllTerms (operations As IListManagementTerm, listId As String, language As String) As String

Parameters

operations
IListManagementTerm

The operations group for this extension method.

listId
String

List Id of the image list.

language
String

Language of the terms.

Returns

Applies to