UNPKG

@deepgram/sdk

Version:

Isomorphic Javascript client for Deepgram

15 lines (13 loc) 271 B
export interface GetProjectUsageFieldsResponse { tags: string[]; models: UsageModel[]; processing_methods: string[]; languages: string[]; features: string[]; } interface UsageModel { name: string; language: string; version: string; model_id: string; }