ReviewsGetVideoFramesResponse type

Berisi data respons untuk operasi getVideoFrames.

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