VideoMetadata interface
Stay organized with collections
Save and categorize content based on your preferences.
Describes the input video content.
Signature:
export interface VideoMetadata
Properties
The end offset of the video in protobuf Duration format.
Signature:
endOffset: string;
The start offset of the video in protobuf Duration format.
Signature:
startOffset: string;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-20 UTC.
[null,null,["Last updated 2025-05-20 UTC."],[],[],null,["# VideoMetadata interface\n\nDescribes the input video content.\n\n**Signature:** \n\n export interface VideoMetadata \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------|--------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [endOffset](./ai.videometadata.md#videometadataendoffset) | string | The end offset of the video in protobuf [Duration](https://cloud.google.com/ruby/docs/reference/google-cloud-workflows-v1/latest/Google-Protobuf-Duration#json-mapping) format. |\n| [startOffset](./ai.videometadata.md#videometadatastartoffset) | string | The start offset of the video in protobuf [Duration](https://cloud.google.com/ruby/docs/reference/google-cloud-workflows-v1/latest/Google-Protobuf-Duration#json-mapping) format. |\n\nVideoMetadata.endOffset\n-----------------------\n\nThe end offset of the video in protobuf [Duration](https://cloud.google.com/ruby/docs/reference/google-cloud-workflows-v1/latest/Google-Protobuf-Duration#json-mapping) format.\n\n**Signature:** \n\n endOffset: string;\n\nVideoMetadata.startOffset\n-------------------------\n\nThe start offset of the video in protobuf [Duration](https://cloud.google.com/ruby/docs/reference/google-cloud-workflows-v1/latest/Google-Protobuf-Duration#json-mapping) format.\n\n**Signature:** \n\n startOffset: string;"]]