共用方式為


ReviewsGetVideoFramesResponse type

包含 getVideoFrames 作業的回應資料。

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