SongRecognitionOptions class

Helper class to provide options for the song recognition.

Constructors

SongRecognitionOptions({required String accessKey, required String accessSecret, required String host, String endpoint = '/v1/identify', String signatureVersion = '1', String dataType = 'audio', bool secure = true})
Helper class to provide options for the song recognition.

Properties

accessKey String
The project access_key.
final
accessSecret String
The access secret of the ACRCloud service.
final
dataType String
audio or fingerprint.
final
endpoint String
The endpoint of the ACRCloud service.
final
hashCode int
The hash code for this object.
no setterinherited
host String
The host of the ACRCloud service.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secure bool
The access key of the ACRCloud service.
final
signatureVersion String
The signature version ("1") of the ACRCloud service.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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