GetImageRegionProposalsResponse type

getImageRegionProposals işleminin yanıt verilerini içerir.

type GetImageRegionProposalsResponse = ImageRegionProposal & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ImageRegionProposal
  }
}