Class: AlchemyApi::TermExtractionResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/alchemy_api/term_extraction.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keywordsObject

Returns the value of attribute keywords

Returns:

  • (Object)

    the current value of keywords



2
3
4
# File 'lib/alchemy_api/term_extraction.rb', line 2

def keywords
  @keywords
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



2
3
4
# File 'lib/alchemy_api/term_extraction.rb', line 2

def language
  @language
end

#source_textObject

Returns the value of attribute source_text

Returns:

  • (Object)

    the current value of source_text



2
3
4
# File 'lib/alchemy_api/term_extraction.rb', line 2

def source_text
  @source_text
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



2
3
4
# File 'lib/alchemy_api/term_extraction.rb', line 2

def url
  @url
end