DEV Community

Supraja Tangella
Supraja Tangella

Posted on

๐—”๐˜‡๐˜‚๐—ฟ๐—ฒ ๐—”๐—œ ๐—ฆ๐—ฒ๐—ฟ๐˜ƒ๐—ถ๐—ฐ๐—ฒ๐˜€ โ€“ ๐—ฆ๐—ถ๐—บ๐—ฝ๐—น๐—ถ๐—ณ๐˜†๐—ถ๐—ป๐—ด ๐—”๐—œ ๐—œ๐—ป๐˜๐—ฒ๐—ด๐—ฟ๐—ฎ๐˜๐—ถ๐—ผ๐—ป

If you're exploring AI integration in your .NET apps, start with ๐—”๐˜‡๐˜‚๐—ฟ๐—ฒ ๐—”๐—œ ๐—ฆ๐—ฒ๐—ฟ๐˜ƒ๐—ถ๐—ฐ๐—ฒ๐˜€ โ€” a powerful suite of pre-built AI tools offered by Microsoft.

โœ… ๐—”๐˜‡๐˜‚๐—ฟ๐—ฒ ๐—”๐—œ ๐—ฆ๐—ฒ๐—ฟ๐˜ƒ๐—ถ๐—ฐ๐—ฒ๐˜€

Azure AI Services are cloud-based APIs that help you add ๐—”๐—œ ๐—ณ๐—ฒ๐—ฎ๐˜๐˜‚๐—ฟ๐—ฒ๐˜€ ๐—น๐—ถ๐—ธ๐—ฒ ๐˜ƒ๐—ถ๐˜€๐—ถ๐—ผ๐—ป, ๐˜€๐—ฝ๐—ฒ๐—ฒ๐—ฐ๐—ต, ๐—น๐—ฎ๐—ป๐—ด๐˜‚๐—ฎ๐—ด๐—ฒ, ๐—ฎ๐—ป๐—ฑ ๐—ฑ๐—ฒ๐—ฐ๐—ถ๐˜€๐—ถ๐—ผ๐—ป-๐—บ๐—ฎ๐—ธ๐—ถ๐—ป๐—ด to your applicationsโ€”without needing deep AI knowledge.

โœ… ๐— ๐—ผ๐˜€๐˜ ๐—ฃ๐—ผ๐—ฝ๐˜‚๐—น๐—ฎ๐—ฟ ๐—”๐˜‡๐˜‚๐—ฟ๐—ฒ ๐—”๐—œ ๐—ฆ๐—ฒ๐—ฟ๐˜ƒ๐—ถ๐—ฐ๐—ฒ๐˜€:

  • ๐—”๐˜‡๐˜‚๐—ฟ๐—ฒ ๐—ข๐—ฝ๐—ฒ๐—ป๐—”๐—œ ๐—ฆ๐—ฒ๐—ฟ๐˜ƒ๐—ถ๐—ฐ๐—ฒ โ€“ for ChatGPT, summarization, Q&A
  • ๐—ฆ๐—ฝ๐—ฒ๐—ฒ๐—ฐ๐—ต ๐—ฆ๐—ฒ๐—ฟ๐˜ƒ๐—ถ๐—ฐ๐—ฒ โ€“ for speech-to-text and text-to-speech
  • ๐—ง๐—ฟ๐—ฎ๐—ป๐˜€๐—น๐—ฎ๐˜๐—ผ๐—ฟ โ€“ for real-time language translation
  • ๐—™๐—ผ๐—ฟ๐—บ ๐—ฅ๐—ฒ๐—ฐ๐—ผ๐—ด๐—ป๐—ถ๐˜‡๐—ฒ๐—ฟ โ€“ for reading invoices, receipts, and forms
  • ๐—–๐—ผ๐—บ๐—ฝ๐˜‚๐˜๐—ฒ๐—ฟ ๐—ฉ๐—ถ๐˜€๐—ถ๐—ผ๐—ป โ€“ for image analysis and text detection in images
  • ๐—Ÿ๐—ฎ๐—ป๐—ด๐˜‚๐—ฎ๐—ด๐—ฒ ๐—จ๐—ป๐—ฑ๐—ฒ๐—ฟ๐˜€๐˜๐—ฎ๐—ป๐—ฑ๐—ถ๐—ป๐—ด (๐—Ÿ๐—จ๐—œ๐—ฆ) โ€“ for intent detection from text

โœ… ๐—”๐—ฑ๐˜ƒ๐—ฎ๐—ป๐˜๐—ฎ๐—ด๐—ฒ๐˜€:

  • Easy to integrate with .NET APIs
  • No need to train your own models
  • Scalable and secure
  • Real-time processing support
  • Backed by Microsoftโ€™s AI infrastructure

โœ… ๐—ฆ๐—ฎ๐—บ๐—ฝ๐—น๐—ฒ ๐—–๐—ผ๐—ฑ๐—ฒ (๐—ฆ๐—ฝ๐—ฒ๐—ฒ๐—ฐ๐—ต ๐˜๐—ผ ๐—ง๐—ฒ๐˜…๐˜):

var speechConfig = SpeechConfig.FromSubscription("YourKey", "YourRegion");
var recognizer = new SpeechRecognizer(speechConfig);
var result = await recognizer.RecognizeOnceAsync();
Console.WriteLine(result.Text);

๐—›๐—ฎ๐˜ƒ๐—ฒ ๐˜†๐—ผ๐˜‚ ๐—ฒ๐˜ƒ๐—ฒ๐—ฟ ๐˜๐—ฟ๐—ถ๐—ฒ๐—ฑ ๐—ฎ๐—ฑ๐—ฑ๐—ถ๐—ป๐—ด ๐—”๐—œ ๐˜๐—ผ ๐˜†๐—ผ๐˜‚๐—ฟ .๐—ก๐—˜๐—ง ๐—ฎ๐—ฝ๐—ฝ? ๐—ช๐—ต๐—ถ๐—ฐ๐—ต ๐—”๐˜‡๐˜‚๐—ฟ๐—ฒ ๐—”๐—œ ๐—ฆ๐—ฒ๐—ฟ๐˜ƒ๐—ถ๐—ฐ๐—ฒ ๐˜„๐—ผ๐˜‚๐—น๐—ฑ ๐˜†๐—ผ๐˜‚ ๐˜‚๐˜€๐—ฒ ๐—ณ๐—ถ๐—ฟ๐˜€๐˜โ€”๐—ข๐—ฝ๐—ฒ๐—ป๐—”๐—œ, ๐—ฆ๐—ฝ๐—ฒ๐—ฒ๐—ฐ๐—ต, ๐—ผ๐—ฟ ๐—ฉ๐—ถ๐˜€๐—ถ๐—ผ๐—ป?

Top comments (0)