Freigeben über


ICustomVisionTrainingClient.CreateImagesFromPredictionsWithHttpMessagesAsync Methode

Definition

Fügen Sie dem Satz von Trainingsbildern die angegebenen vorhergesagten Bilder hinzu.

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageCreateSummary>> CreateImagesFromPredictionsWithHttpMessagesAsync(Guid projectId, Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageIdCreateBatch batch, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateImagesFromPredictionsWithHttpMessagesAsync : Guid * Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageIdCreateBatch * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageCreateSummary>>
Public Function CreateImagesFromPredictionsWithHttpMessagesAsync (projectId As Guid, batch As ImageIdCreateBatch, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of ImageCreateSummary))

Parameter

projectId
Guid

Die Projekt-ID.

batch
ImageIdCreateBatch

Bild- und Tag-IDs. Auf 64 Bilder und 20 Tags pro Batch gestuft.

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Diese API erstellt aus den angegebenen vorhergesagten Bildern eine Gruppe mit Bildern. Die Grenzwerte für die maximale Anzahl liegen bei 64 Bildern und 20 Tags.

Gilt für: