azure_stt_nic 0.0.11 copy "azure_stt_nic: ^0.0.11" to clipboard
azure_stt_nic: ^0.0.11 copied to clipboard

A Flutter plugin which can use azure stt

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add azure_stt_nic

With Flutter:

 $ flutter pub add azure_stt_nic

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  azure_stt_nic: ^0.0.11

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:azure_stt_nic/TranscribObject.dart';
import 'package:azure_stt_nic/azure_continuous_recognition_callback.dart';
import 'package:azure_stt_nic/azure_conversation_transcriber_callback.dart';
import 'package:azure_stt_nic/azure_stt.dart';
import 'package:azure_stt_nic/azure_stt_method_channel.dart';
import 'package:azure_stt_nic/azure_stt_platform_interface.dart';
import 'package:azure_stt_nic/continuous_recognition.dart';
import 'package:azure_stt_nic/conversation_transcriber.dart';
0
likes
0
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin which can use azure stt

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on azure_stt_nic

Packages that implement azure_stt_nic