ACRCloudRest class

A Dart http client for the ACRCloud service.

Constructors

ACRCloudRest({Client? client})
A Dart http client for the ACRCloud service.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getMetadata({String? sourceUrl, String? isrc, String? acrId, List<SongPlatforms> platforms = SongPlatforms.defaultList, String? query, bool includeWorks = false, required String token}) Future<List<SongMetadata>>
Get music platforms metadata and links.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recogniseSong(Uint8List contents, {required SongRecognitionOptions options}) Future<SongRecognitionResponse>
Identifies the song from the provided audio file contents.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited