analysisUrl property

  1. @JsonKey(name: 'analysis_url')
String? analysisUrl
getter/setter pair

An HTTP URL to access the full audio analysis of this track. An access token is required to access this data.

Implementation

@JsonKey(name: 'analysis_url')
String? analysisUrl;