Class: LangExtract::Providers::InferenceResult

Inherits:
Data
  • Object
show all
Defined in:
lib/langextract/providers/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#rawObject (readonly)

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



5
6
7
# File 'lib/langextract/providers/base.rb', line 5

def raw
  @raw
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



5
6
7
# File 'lib/langextract/providers/base.rb', line 5

def text
  @text
end