AI-generated Key Takeaways
-
The Video Offset object has two fields:
offsetSecondsandoffsetPercentage. -
You should set either
offsetSecondsoroffsetPercentage, but not both. -
offsetSecondsrepresents duration in seconds and accepts values from 0 to 86399. -
offsetPercentagerepresents duration as a percentage of video duration and accepts values from 0 to 100.
Video Offset
| JSON representation |
|---|
{ "offsetSeconds" : integer , "offsetPercentage" : integer } |
| Fields | |
|---|---|
offsetSeconds
|
Duration, in seconds. Do not set when is set. Acceptable values are to , inclusive. |
offsetPercentage
|
Duration, as a percentage of video duration. Do not set when is set. Acceptable values are to , inclusive. |

