Youtube API - 获取视频的指南类别

Youtube API - get video's guideCategory

我在使用 Youtube API V3 检索视频的 guideCategory 时遇到了一些困难。

由于频道搜索过滤器使用的是 guideCategory 而不是 videoCategory,因此我想将视频分配到相应的 guideCategory。

问题是视频 API 的响应仅包含 videoCategory 而没有 guideCategory。

是否可以收到视频的指南类别?

谢谢。

document 中所述:

A guideCategory resource identifies a category that YouTube algorithmically assigns based on a channel's content or other indicators, such as the channel's popularity. The list is similar to video categories, with the difference being that a video's uploader can assign a video category but only YouTube can assign a channel category.

因为这个相关的 SO post 和上面的声明表明 "guideCategory is assigned to a channel, not to a video, and I believe that can be used only to list channels."