Freigeben über


CustomVisionTrainingClientExtensions.GetImageRegionProposalsWithHttpMessages Methode

Definition

Abrufen von Regionsvorschlägen für ein Image. Gibt leeres Array zurück, wenn keine Vorschläge gefunden werden.

public static Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageRegionProposal> GetImageRegionProposalsWithHttpMessages(this Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient operations, Guid projectId, Guid imageId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default);
static member GetImageRegionProposalsWithHttpMessages : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient * Guid * Guid * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageRegionProposal>
<Extension()>
Public Function GetImageRegionProposalsWithHttpMessages (operations As ICustomVisionTrainingClient, projectId As Guid, imageId As Guid, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing) As HttpOperationResponse(Of ImageRegionProposal)

Parameter

operations
ICustomVisionTrainingClient

Die Vorgangsgruppe für diese Erweiterungsmethode.

projectId
Guid

Die Projekt-ID.

imageId
Guid

Die Image-ID.

customHeaders
Dictionary<String,List<String>>

Header, die der Anforderung hinzugefügt werden.

Gibt zurück

Hinweise

Mit dieser API werden Regionsvorschläge für ein Bild sowie Zuverlässigkeitsbewertungen für die Region abgerufen. Wenn keine Vorschläge gefunden werden, wird ein leeres Array zurückgegeben.

Gilt für: