Class: Xberg::ModelPaths

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeModelPaths

Returns a new instance of ModelPaths.

Parameters:

  • det_model: (String)
  • cls_model: (String)
  • rec_model: (String)
  • dict_file: (String)


2033
# File 'sig/types.rbs', line 2033

def initialize: (det_model: String, cls_model: String, rec_model: String, dict_file: String) -> void

Instance Attribute Details

#cls_modelString (readonly)

Returns the value of attribute cls_model.

Returns:

  • (String)


2029
2030
2031
# File 'sig/types.rbs', line 2029

def cls_model
  @cls_model
end

#det_modelString (readonly)

Returns the value of attribute det_model.

Returns:

  • (String)


2028
2029
2030
# File 'sig/types.rbs', line 2028

def det_model
  @det_model
end

#dict_fileString (readonly)

Returns the value of attribute dict_file.

Returns:

  • (String)


2031
2032
2033
# File 'sig/types.rbs', line 2031

def dict_file
  @dict_file
end

#rec_modelString (readonly)

Returns the value of attribute rec_model.

Returns:

  • (String)


2030
2031
2032
# File 'sig/types.rbs', line 2030

def rec_model
  @rec_model
end