Interface GenerativeContentBlob (1.1.0)

Raw media bytes sent directly in the request. Text should not be sent as raw bytes.

Package

@google-cloud/vertexai

Properties

data

data: string;

Base64 encoded data.

mimeType

mimeType: string;

The MIME type of the source data. The only accepted values: "image/png" or "image/jpeg".