Поделиться через


FaceDetectWithStreamResponse type

Содержит данные ответа для операции detectWithStream.

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