Interface BatchEmbedContentsRequest

interface BatchEmbedContentsRequest {
    requests: EmbedContentRequest[];
}

Properties

Properties