Freigeben über


CustomVisionTrainingClientExtensions.GetUntaggedImageCountWithHttpMessages Methode

Definition

Ruft die Anzahl der nicht markierten Bilder ab.

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

customHeaders
Dictionary<String,List<String>>

Header, die der Anforderung hinzugefügt werden.

Gibt zurück

Hinweise

Diese API gibt die Bilder zurück, die keine Tags für ein bestimmtes Projekt enthalten, und optional eine Iteration. Wenn keine Iteration angegeben ist, wird der aktuelle Arbeitsbereich verwendet.

Gilt für: