[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-27 UTC。"],[[["\u003cp\u003eThe default video state is \u003ccode\u003eSTATE_UNSPECIFIED\u003c/code\u003e and is not actively used.\u003c/p\u003e\n"],["\u003cp\u003eVideos can be in processing, active, or failed states, reflecting their rendering progress and availability.\u003c/p\u003e\n"],["\u003cp\u003eActive videos, which are fully rendered, can be accessed using the \u003ccode\u003evideos.lookupVideo\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eA failed video indicates an unsuccessful rendering process.\u003c/p\u003e\n"]]],[],null,["The different states a video can be in.\n\n| Enums ||\n|---------------------|-----------------------------------------------------------------------------------|\n| `STATE_UNSPECIFIED` | Default value. This value is unused. |\n| `PROCESSING` | The video is currently processing. |\n| `ACTIVE` | The video has finished rendering, and can be viewed through `videos.lookupVideo`. |\n| `FAILED` | The video has failed to render. |"]]