Freigeben über


CustomVisionTrainingClientExtensions.GetTaggedImageCountWithHttpMessages Methode

Definition

Ruft die Anzahl von Bildern ab, die mit dem angegebenen {tagIds} markiert sind.

public static Microsoft.Rest.HttpOperationResponse<int?> GetTaggedImageCountWithHttpMessages (this Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient operations, Guid projectId, Guid? iterationId = default, System.Collections.Generic.IList<Guid> tagIds = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default);
static member GetTaggedImageCountWithHttpMessages : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient * Guid * Nullable<Guid> * System.Collections.Generic.IList<Guid> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> Microsoft.Rest.HttpOperationResponse<Nullable<int>>
<Extension()>
Public Function GetTaggedImageCountWithHttpMessages (operations As ICustomVisionTrainingClient, 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) As HttpOperationResponse(Of Nullable(Of Integer))

Parameter

operations
ICustomVisionTrainingClient

Die Vorgangsgruppe für diese Erweiterungsmethode.

projectId
Guid

Die Projekt-ID.

iterationId
Nullable<Guid>

Die Iterations-ID. Standardmäßig wird "Arbeitsbereich" verwendet.

tagIds
IList<Guid>

Eine Liste von Tags-IDs, um die Bilder zu filtern, um sie zu zählen. Standardmäßig werden alle Tags verwendet, wenn NULL ist.

customHeaders
Dictionary<String,List<String>>

Header, die der Anforderung hinzugefügt werden.

Gibt zurück

Hinweise

Für die Filterung wird eine UND/ODER-Beziehung verwendet. Wenn die angegebenen Tag-IDs beispielsweise für die Tags "Dog" und "Cat" gelten, werden nur Bilder zurückgegeben, die mit Dog und/oder Cat gekennzeichnet sind.

Gilt für: