Class: LiterLlm::RerankResultDocument

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeRerankResultDocument

Returns a new instance of RerankResultDocument.

Parameters:

  • text: (String)


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

def initialize: (text: String) -> void

Instance Attribute Details

#textString (readonly)

Returns the value of attribute text.

Returns:

  • (String)


438
439
440
# File 'sig/types.rbs', line 438

def text
  @text
end