interface AudioDelta {
    data?: string;
    mime_type?: GeminiNextGenAPIClient.Interactions.AudioMimeType;
    type: "audio";
    uri?: string;
}

Properties

data?: string

The mime type of the audio.

type: "audio"

Used as the OpenAPI type discriminator for the content oneof.

uri?: string