ReviewsGetVideoFramesResponse type
Contains response data for the getVideoFrames operation.
type ReviewsGetVideoFramesResponse = Frames & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Frames }
}