Packages

This module provides access to the various natural language processing (NLP) text analytics services provided by Textgain.

Current section

Files

Jump to
textgain lib textgain age.ex
Raw

lib/textgain/age.ex

defmodule Textgain.Age do
@moduledoc """
Provides a data structure and any related functions for the Age service provided by Textgain.
"""
defstruct [:age, :confidence]
end