CustomVisionTrainingClientExtensions.DeleteTagAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delete a tag from the project.
public static System.Threading.Tasks.Task DeleteTagAsync (this Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient operations, Guid projectId, Guid tagId, System.Threading.CancellationToken cancellationToken = default);
static member DeleteTagAsync : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient * Guid * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteTagAsync (operations As ICustomVisionTrainingClient, projectId As Guid, tagId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- ICustomVisionTrainingClient
The operations group for this extension method.
- projectId
- Guid
The project id.
- tagId
- Guid
Id of the tag to be deleted.
- cancellationToken
- CancellationToken
The cancellation token.