Delen via


ReviewsGetVideoFramesResponse type

Bevat antwoordgegevens voor de bewerking getVideoFrames.

type ReviewsGetVideoFramesResponse = Frames & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Frames }
}