We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb0bef commit 1d30593Copy full SHA for 1d30593
FirebaseVertexAI/Tests/Unit/Snippets/CloudStorageSnippets.swift
@@ -52,8 +52,8 @@
52
53
func cloudStorageFile_explicitMIMEType() async throws {
54
let prompt = "What's in this picture?"
55
- // Construct an imagePart that explicitly includes the MIME type and Cloud Storage for
56
- // Firebase URL values.
+ // Construct an imagePart that explicitly includes the MIME type and
+ // Cloud Storage for Firebase URL values.
57
let imagePart = FileDataPart(uri: "gs://bucket-name/path/image.jpg", mimeType: "image/jpeg")
58
59
// To generate text output, call generateContent with the prompt and imagePart.
0 commit comments