ICustomVisionTrainingClient.GetTaggedImageCountWithHttpMessagesAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nombre d’images marquées avec le {tagIds} fourni.
public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<int?>> GetTaggedImageCountWithHttpMessagesAsync (Guid projectId, Guid? iterationId = default, System.Collections.Generic.IList<Guid> tagIds = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTaggedImageCountWithHttpMessagesAsync : Guid * Nullable<Guid> * System.Collections.Generic.IList<Guid> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Nullable<int>>>
Public Function GetTaggedImageCountWithHttpMessagesAsync (projectId As Guid, Optional iterationId As Nullable(Of Guid) = Nothing, Optional tagIds As IList(Of Guid) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Nullable(Of Integer)))
Paramètres
- projectId
- Guid
ID de projet.
Liste d’ID d’étiquettes pour filtrer les images à compter. Par défaut, toutes les balises sont null.
- customHeaders
- Dictionary<String,List<String>>
En-têtes qui seront ajoutés à la demande.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Le filtrage est paramétré sur une relation et/ou. Par exemple, si les ID d’étiquette fournis sont pour les balises « Chien » et « Chat », seules les images étiquetées avec Chien et/ou Chat sont retournées
S’applique à
Azure SDK for .NET