ContentDuration
枚举 |
CONTENT_DURATION_UNSPECIFIED |
此版本中未指定内容时长。此枚举是默认值的占位符,不表示实际内容时长。 |
CONTENT_DURATION_UNKNOWN |
内容时长未知。 |
CONTENT_DURATION_0_TO_1_MIN |
内容时长为 0-1 分钟。 |
CONTENT_DURATION_1_TO_5_MIN |
内容时长为 1-5 分钟。 |
CONTENT_DURATION_5_TO_15_MIN |
内容时长为 5-15 分钟。 |
CONTENT_DURATION_15_TO_30_MIN |
内容时长为 15-30 分钟。 |
CONTENT_DURATION_30_TO_60_MIN |
内容时长为 30-60 分钟。 |
CONTENT_DURATION_OVER_60_MIN |
内容时长超过 60 分钟。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-06-11。
[null,null,["最后更新时间 (UTC):2024-06-11。"],[[["This documentation details the different enums used to categorize content based on its duration."],["The content duration options range from under a minute to over an hour, offering a variety of length classifications."],["`CONTENT_DURATION_UNSPECIFIED` and `CONTENT_DURATION_UNKNOWN` serve as placeholders or indicators of missing duration information."],["Each enum clearly defines the duration range it represents, facilitating easy categorization and understanding of content length."]]],[]]