GenerativeContentBlob interface

用於傳送圖片的介面。

簽名:

export interface GenerativeContentBlob 

屬性

屬性 類型 說明
資料 字串 以 Base64 字串的形式儲存的圖片。
MIME 類型 字串

GenerativeContentBlob.data

以 Base64 字串的形式儲存的圖片。

簽名:

data: string;

GenerativeContentBlob.mimeType

簽名:

mimeType: string;