From a1c2cbdd078779ca4677f06efb02c5c37582dcc2 Mon Sep 17 00:00:00 2001 From: John Vajda Date: Wed, 23 Aug 2023 14:00:27 -0600 Subject: [PATCH] updates readme with tagline --- README.md | 95 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 48 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index 09f8dcb9..0f8af4be 100644 --- a/README.md +++ b/README.md @@ -2,56 +2,57 @@ [![Nuget](https://img.shields.io/nuget/v/deepgram)](https://www.nuget.org/packages/Deepgram) [![Build Status](https://github.com/deepgram-devs/deepgram-dotnet-sdk/workflows/CI/badge.svg)](https://github.com/deepgram-devs/deepgram-dotnet-sdk/actions?query=CI) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](./.github/CODE_OF_CONDUCT.md) -Official .NET SDK for [Deepgram](https://www.deepgram.com/). Start building with our powerful transcription & speech understanding API. +Official .NET SDK for [Deepgram](https://www.deepgram.com/). Power your apps with world-class speech and Language AI models. > This SDK only supports hosted usage of api.deepgram.com. -- [Getting an API Key](#getting-an-api-key) -- [Documentation](#documentation) -- [Installation](#installation) -- [Targeted Frameworks](#targeted-frameworks) -- [Configuration](#configuration) -- [Transcription](#transcription) - - [Remote Files](#remote-files) - - [UrlSource](#urlsource) - - [Local files](#local-files) - - [StreamSource](#streamsource) - - [PrerecordedTranscriptionOptions](#prerecordedtranscriptionoptions) -- [Generating Captions](#generating-captions) - - [Live Audio](#live-audio) - - [LiveTranscriptionOptions](#livetranscriptionoptions) -- [Projects](#projects) - - [Get Projects](#get-projects) - - [Get Project](#get-project) - - [Update Project](#update-project) - - [Delete Project](#delete-project) -- [Keys](#keys) - - [List Keys](#list-keys) - - [Get Key](#get-key) - - [Create Key](#create-key) - - [Delete Key](#delete-key) -- [Members](#members) - - [Get Members](#get-members) - - [Remove Member](#remove-member) -- [Scopes](#scopes) - - [Get Member Scopes](#get-member-scopes) - - [Update Scope](#update-scope) -- [Invitations](#invitations) - - [List Invites](#list-invites) - - [Send Invite](#send-invite) - - [Delete Invite](#delete-invite) - - [Leave Project](#leave-project) -- [Usage](#usage) - - [Get All Requests](#get-all-requests) - - [ListAllRequestOptions](#listallrequestoptions) - - [Get Request](#get-request) - - [Summarize Usage](#summarize-usage) - - [GetUsageSummaryOptions](#getusagesummaryoptions) - - [Get Fields](#get-fields) - - [GetUsageFieldsOptions](#getusagefieldsoptions) - - [Logging](#logging) - - [Development and Contributing](#development-and-contributing) - - [Getting Help](#getting-help) +* [Deepgram .NET SDK](#deepgram-net-sdk) +* [Getting an API Key](#getting-an-api-key) +* [Documentation](#documentation) +* [Installation](#installation) +* [Targeted Frameworks](#targeted-frameworks) +* [Configuration](#configuration) +* [Transcription](#transcription) + * [Remote Files](#remote-files) + * [UrlSource](#urlsource) + * [Local files](#local-files) + * [StreamSource](#streamsource) + * [PrerecordedTranscriptionOptions](#prerecordedtranscriptionoptions) +* [Generating Captions](#generating-captions) + * [Live Audio](#live-audio) + * [LiveTranscriptionOptions](#livetranscriptionoptions) +* [Projects](#projects) + * [Get Projects](#get-projects) + * [Get Project](#get-project) + * [Update Project](#update-project) + * [Delete Project](#delete-project) +* [Keys](#keys) + * [List Keys](#list-keys) + * [Get Key](#get-key) + * [Create Key](#create-key) + * [Delete Key](#delete-key) +* [Members](#members) + * [Get Members](#get-members) + * [Remove Member](#remove-member) +* [Scopes](#scopes) + * [Get Member Scopes](#get-member-scopes) + * [Update Scope](#update-scope) +* [Invitations](#invitations) + * [List Invites](#list-invites) + * [Send Invite](#send-invite) + * [Delete Invite](#delete-invite) + * [Leave Project](#leave-project) +* [Usage](#usage) + * [Get All Requests](#get-all-requests) + * [ListAllRequestOptions](#listallrequestoptions) + * [Get Request](#get-request) + * [Summarize Usage](#summarize-usage) + * [GetUsageSummaryOptions](#getusagesummaryoptions) + * [Get Fields](#get-fields) + * [GetUsageFieldsOptions](#getusagefieldsoptions) + * [Logging](#logging) + * [Development and Contributing](#development-and-contributing) + * [Getting Help](#getting-help) # Getting an API Key