FaceFindSimilarResponse type

Contains response data for the findSimilar operation.

type FaceFindSimilarResponse = SimilarFace[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SimilarFace[]
  }
}