[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-02 UTC."],[[["\u003cp\u003eVideo offset can be represented in JSON format using either \u003ccode\u003eoffsetSeconds\u003c/code\u003e or \u003ccode\u003eoffsetPercentage\u003c/code\u003e, but not both at the same time.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eoffsetSeconds\u003c/code\u003e specifies the duration in seconds, with allowed values ranging from 0 to 86399.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eoffsetPercentage\u003c/code\u003e specifies the duration as a percentage of the total video length, with permitted values from 0 to 100.\u003c/p\u003e\n"]]],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nVideo Offset\n\n| JSON representation |\n|-------------------------------------------------------------------|\n| ``` { \"offsetSeconds\": integer, \"offsetPercentage\": integer } ``` |\n\n| Fields ||\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------|\n| `offsetSeconds` | `integer` Duration, in seconds. Do not set when `offsetPercentage` is set. Acceptable values are `0` to `86399` , inclusive. |\n| `offsetPercentage` | `integer` Duration, as a percentage of video duration. Do not set when `offsetSeconds` is set. Acceptable values are `0` to `100` , inclusive. |"]]