Interface GenerativeContentBlob (0.5.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.

mime_type

mime_type: string;

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