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

Entry

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

A single replacement configuration.

interface Entry {
caseSensitive?: boolean;
replace?: string;
search?: string;
}

§Properties

§
caseSensitive?: boolean
[src]

Whether the search is case sensitive.

§
replace?: string
[src]

What to replace with. Max length is 100 characters.