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)


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

optional :analysis_time, Float

#analyzer_versionString?

The version of the Analyzer used to analyze this track.

Returns:

  • (String, nil)


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

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)


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

optional :detailed_status, String

#input_processString?

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

Returns:

  • (String, nil)


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

optional :input_process, String

#platformString?

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

Returns:

  • (String, nil)


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

optional :platform, String

#status_codeInteger?

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

Returns:

  • (Integer, nil)


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

optional :status_code, Integer

#timestampInteger?

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

Returns:

  • (Integer, nil)


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

optional :timestamp, Integer