sense_dart library
Properties
-
listOfFileformats
→ List<
String> -
List of allowed File Format. [...]
final
-
listOfTasks
→ List<
String> -
List of allowed Task.
Task can take one of the following values - [...]
final
Functions
-
sense(
dynamic filename dynamic apiKey dynamic fileFormat dynamic taskInput) → Future< String> - Analyzes audio file and Returns it to JSON format. [...]
-
senseStream(
dynamic inputData dynamic apiKey dynamic taskInput) → Stream< String> - Analyzes audio stream and Returns it to JSON format stream. [...]