CustomVisionTrainingClientExtensions.DeleteImageTags Method

Definition

Remove a set of tags from a set of images.

public static void DeleteImageTags (this Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient operations, Guid projectId, System.Collections.Generic.IList<Guid> imageIds, System.Collections.Generic.IList<Guid> tagIds);
static member DeleteImageTags : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient * Guid * System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<Guid> -> unit
<Extension()>
Public Sub DeleteImageTags (operations As ICustomVisionTrainingClient, projectId As Guid, imageIds As IList(Of Guid), tagIds As IList(Of Guid))

Parameters

operations
ICustomVisionTrainingClient

The operations group for this extension method.

projectId
Guid

The project id.

imageIds
IList<Guid>

Image ids. Limited to 64 images.

tagIds
IList<Guid>

Tags to be deleted from the specified images. Limited to 20 tags.

Applies to