Uses of Class
org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.VideoBuilder
-
Uses of VertexAiEmbeddingUtils.VideoBuilder in org.springframework.ai.vertexai.embedding
Modifier and TypeMethodDescriptionVertexAiEmbeddingUtils.VideoBuilder.of
(org.springframework.util.MimeType mimeType) VertexAiEmbeddingUtils.VideoBuilder.withEndOffsetSec
(Integer endOffsetSec) VertexAiEmbeddingUtils.VideoBuilder.withGcsUri
(String gcsUri) VertexAiEmbeddingUtils.VideoBuilder.withIntervalSec
(Integer intervalSec) VertexAiEmbeddingUtils.VideoBuilder.withStartOffsetSec
(Integer startOffsetSec) VertexAiEmbeddingUtils.VideoBuilder.withVideoBytes
(byte[] imageBytes) VertexAiEmbeddingUtils.VideoBuilder.withVideoData
(Object imageData)