Share via


CustomVisionTrainingClientExtensions.DeleteTag Method

Definition

Delete a tag from the project.

public static void DeleteTag (this Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient operations, Guid projectId, Guid tagId);
static member DeleteTag : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient * Guid * Guid -> unit
<Extension()>
Public Sub DeleteTag (operations As ICustomVisionTrainingClient, projectId As Guid, tagId As Guid)

Parameters

operations
ICustomVisionTrainingClient

The operations group for this extension method.

projectId
Guid

The project id.

tagId
Guid

Id of the tag to be deleted.

Applies to