Aracılığıyla paylaş


ReviewsGetVideoFramesResponse type

getVideoFrames işlemi için yanıt verilerini içerir.

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