Class: Mindee::V1::Parsing::Common::Prediction

Inherits:
Object
  • Object
show all
Defined in:
lib/mindee/v1/parsing/common/prediction.rb

Overview

Abstract class for all predictions

Instance Method Summary collapse

Constructor Details

#initialize(_ = nil, _ = nil) ⇒ Prediction

Returns a new instance of Prediction.



14
# File 'lib/mindee/v1/parsing/common/prediction.rb', line 14

def initialize(_ = nil, _ = nil); end

Instance Method Details

#to_sString

Returns:

  • (String)


10
11
12
# File 'lib/mindee/v1/parsing/common/prediction.rb', line 10

def to_s
  ''
end