Class: AlchemyApi::TermExtractionResult
- Inherits:
-
Struct
- Object
- Struct
- AlchemyApi::TermExtractionResult
- Defined in:
- lib/alchemy_api/term_extraction.rb
Instance Attribute Summary collapse
-
#keywords ⇒ Object
Returns the value of attribute keywords.
-
#language ⇒ Object
Returns the value of attribute language.
-
#source_text ⇒ Object
Returns the value of attribute source_text.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#keywords ⇒ Object
Returns the value of attribute keywords
2 3 4 |
# File 'lib/alchemy_api/term_extraction.rb', line 2 def keywords @keywords end |
#language ⇒ Object
Returns the value of attribute language
2 3 4 |
# File 'lib/alchemy_api/term_extraction.rb', line 2 def language @language end |
#source_text ⇒ Object
Returns the value of attribute source_text
2 3 4 |
# File 'lib/alchemy_api/term_extraction.rb', line 2 def source_text @source_text end |
#url ⇒ Object
Returns the value of attribute url
2 3 4 |
# File 'lib/alchemy_api/term_extraction.rb', line 2 def url @url end |