CustomVisionTrainingClientExtensions.DeleteImageTagsWithHttpMessages Method

Definition

Remove a set of tags from a set of images.

public static Microsoft.Rest.HttpOperationResponse DeleteImageTagsWithHttpMessages (this Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient operations, Guid projectId, System.Collections.Generic.IList<Guid> imageIds, System.Collections.Generic.IList<Guid> tagIds, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default);
static member DeleteImageTagsWithHttpMessages : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient * Guid * System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<Guid> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> Microsoft.Rest.HttpOperationResponse
<Extension()>
Public Function DeleteImageTagsWithHttpMessages (operations As ICustomVisionTrainingClient, projectId As Guid, imageIds As IList(Of Guid), tagIds As IList(Of Guid), Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing) As HttpOperationResponse

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.

customHeaders
Dictionary<String,List<String>>

Headers that will be added to request.

Returns

Applies to