CustomVisionTrainingClientExtensions.GetImagesByIdsAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Abrufen von Bildern nach ID für eine bestimmte Projektiteration.
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Image>> GetImagesByIdsAsync(this Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient operations, Guid projectId, System.Collections.Generic.IList<Guid> imageIds = default, Guid? iterationId = default, System.Threading.CancellationToken cancellationToken = default);
static member GetImagesByIdsAsync : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient * Guid * System.Collections.Generic.IList<Guid> * Nullable<Guid> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Image>>
<Extension()>
Public Function GetImagesByIdsAsync (operations As ICustomVisionTrainingClient, projectId As Guid, Optional imageIds As IList(Of Guid) = Nothing, Optional iterationId As Nullable(Of Guid) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of Image))
Parameter
- operations
- ICustomVisionTrainingClient
Die Vorgangsgruppe für diese Erweiterungsmethode.
- projectId
- Guid
Die Projekt-ID.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Diese API gibt eine Gruppe mit Bildern für die angegebenen Tags und optional eine Iteration zurück. Wenn keine Iteration angegeben ist, wird der aktuelle Arbeitsbereich verwendet.
Gilt für:
Azure SDK for .NET