Module: AlchemyApi
- Defined in:
- lib/alchemy_api/concept_tagging.rb,
lib/alchemy_api.rb,
lib/alchemy_api/base.rb,
lib/alchemy_api/categorization.rb,
lib/alchemy_api/term_extraction.rb,
lib/alchemy_api/text_extraction.rb,
lib/alchemy_api/language_detection.rb
Overview
TODO: add support for linkedData return fields
Defined Under Namespace
Classes: Base, CannotRetrieveUrlError, Categorization, Category, Concept, ConceptTagging, ConceptTaggingResult, ContentExceedsMaxLimitError, ContentIsEmptyError, ExtractedText, ExtractedTitle, InvalidApiKeyError, InvalidHtmlError, Keyword, LanguageDetection, LanguageResult, PageIsNotValidHtmlError, RedirectionLimitError, TermExtraction, TermExtractionResult, TextExtraction, UnknownError
Class Attribute Summary (collapse)
-
+ (Object) api_key
Returns the value of attribute api_key.
-
+ (Object) base_html_uri
Returns the value of attribute base_html_uri.
-
+ (Object) base_text_uri
Returns the value of attribute base_text_uri.
-
+ (Object) base_uri
Returns the value of attribute base_uri.
Class Attribute Details
+ (Object) api_key
Returns the value of attribute api_key
20 21 22 |
# File 'lib/alchemy_api.rb', line 20 def api_key @api_key end |
+ (Object) base_html_uri
Returns the value of attribute base_html_uri
22 23 24 |
# File 'lib/alchemy_api.rb', line 22 def base_html_uri @base_html_uri end |
+ (Object) base_text_uri
Returns the value of attribute base_text_uri
23 24 25 |
# File 'lib/alchemy_api.rb', line 23 def base_text_uri @base_text_uri end |
+ (Object) base_uri
Returns the value of attribute base_uri
21 22 23 |
# File 'lib/alchemy_api.rb', line 21 def base_uri @base_uri end |