共用方式為


ReviewsGetVideoFramesResponse type

包含 getVideoFrames 作業的響應數據。

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