Condividi tramite


FaceDetectWithStreamResponse type

Contiene i dati di risposta per l'operazione detectWithStream.

type FaceDetectWithStreamResponse = DetectedFace[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DetectedFace[]
  }
}