Class: LangExtract::Providers::InferenceResult
- Inherits:
-
Data
- Object
- Data
- LangExtract::Providers::InferenceResult
- Defined in:
- lib/langextract/providers/base.rb
Instance Attribute Summary collapse
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#raw ⇒ Object (readonly)
Returns the value of attribute raw
5 6 7 |
# File 'lib/langextract/providers/base.rb', line 5 def raw @raw end |
#text ⇒ Object (readonly)
Returns the value of attribute text
5 6 7 |
# File 'lib/langextract/providers/base.rb', line 5 def text @text end |