Compartilhar via


ICustomVisionTrainingClient.GetImageRegionProposalsWithHttpMessagesAsync Método

Definição

Obtenha propostas de região para uma imagem. Retorna uma matriz vazia se nenhuma proposta for encontrada.

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageRegionProposal>> GetImageRegionProposalsWithHttpMessagesAsync (Guid projectId, Guid imageId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetImageRegionProposalsWithHttpMessagesAsync : Guid * Guid * 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.ImageRegionProposal>>
Public Function GetImageRegionProposalsWithHttpMessagesAsync (projectId As Guid, imageId As Guid, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of ImageRegionProposal))

Parâmetros

projectId
Guid

A ID do projeto.

imageId
Guid

A ID da imagem.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Essa API obterá propostas de região para uma imagem juntamente com confianças para a região. Retornará uma matriz vazia se nenhuma proposta for encontrada.

Aplica-se a