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 genre.ex
Raw

lib/textgain/genre.ex

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