This method retrieves embeddings for a specific video embedding task. Ensure the task status is ready
before invoking this method. Refer to the Retrieve the status of a video embedding task page for instructions on checking the task status.
The response includes breaking changes that might require updates to your application code. Key differences:
video_embeddings
field has been renamed to video_embedding
(plural to singular).segments
.metadata
field is now nested under video_embedding
.The unique identifier of your video embedding task.
Video embeddings have successfully been retrieved.
The unique identifier of the video embedding task.
The date and time, in the RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), that the video embedding task was created.
The name of the video understanding engine the platform used to create the embedding.
A string indicating the status of the video indexing task. It can take one of the following values: processing
, ready
or failed
.
An object containing the generated embedding vectors and their metadata.