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

PlatformAndroid

A Flutter plugin which can use azure stt

Use this package as a library

Depend on it

Run this command:

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 flutter pub get):

dependencies:
  azure_stt_nic: ^0.0.13

Alternatively, your editor might support 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
130
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin which can use azure stt

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on azure_stt_nic

Packages that implement azure_stt_nic