Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1ReplicatedVoiceConfig

import type { GoogleCloudAiplatformV1ReplicatedVoiceConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

The configuration for the replicated voice to use.

interface GoogleCloudAiplatformV1ReplicatedVoiceConfig {
mimeType?: string;
voiceSampleAudio?: Uint8Array;
}

§Properties

§
mimeType?: string
[src]

Optional. The mimetype of the voice sample. The only currently supported value is audio/wav. This represents 16-bit signed little-endian wav data, with a 24kHz sampling rate. mime_type will default to audio/wav if not set.

§
voiceSampleAudio?: Uint8Array
[src]

Optional. The sample of the custom voice.