Class: Spotted::Models::AudioAnalysisRetrieveResponse::Meta

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/spotted/models/audio_analysis_retrieve_response.rb

Overview

See Also:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

This class inherits a constructor from Spotted::Internal::Type::BaseModel

Instance Attribute Details

#analysis_timeFloat?

The amount of time taken to analyze this track.

Returns:

  • (Float, nil)


91
# File 'lib/spotted/models/audio_analysis_retrieve_response.rb', line 91

optional :analysis_time, Float

#analyzer_versionString?

The version of the Analyzer used to analyze this track.

Returns:

  • (String, nil)


97
# File 'lib/spotted/models/audio_analysis_retrieve_response.rb', line 97

optional :analyzer_version, String

#detailed_statusString?

A detailed status code for this track. If analysis data is missing, this code may explain why.

Returns:

  • (String, nil)


104
# File 'lib/spotted/models/audio_analysis_retrieve_response.rb', line 104

optional :detailed_status, String

#input_processString?

The method used to read the track’s audio data.

Returns:

  • (String, nil)


110
# File 'lib/spotted/models/audio_analysis_retrieve_response.rb', line 110

optional :input_process, String

#platformString?

The platform used to read the track’s audio data.

Returns:

  • (String, nil)


116
# File 'lib/spotted/models/audio_analysis_retrieve_response.rb', line 116

optional :platform, String

#status_codeInteger?

The return code of the analyzer process. 0 if successful, 1 if any errors occurred.

Returns:

  • (Integer, nil)


123
# File 'lib/spotted/models/audio_analysis_retrieve_response.rb', line 123

optional :status_code, Integer

#timestampInteger?

The Unix timestamp (in seconds) at which this track was analyzed.

Returns:

  • (Integer, nil)


129
# File 'lib/spotted/models/audio_analysis_retrieve_response.rb', line 129

optional :timestamp, Integer