-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #129 from jkroll-deepgram/update-samples-and-readmes
docs: Fix sample code, add docs for sample app and testing
- Loading branch information
Showing
2 changed files
with
42 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Sample App for Pre-recorded Transcription | ||
|
||
To run the sample app, follow a few simple steps. | ||
|
||
1. Provide your API key in `Program.cs`: `var credentials = new Credentials("");` | ||
1. From the `SampleApp/` directory, run the command: `dotnet run SampleApp.csproj` | ||
1. The sample file is transcribed and the JSON response is printed to the terminal. | ||
|
||
Use this sample app to learn the basics of making Deepgram API calls via the .NET SDK! Reuse and adapt the code for your own projects. |