Documentation ¶
Index ¶
- type Classification
- type ClassificationCreateUpdateParams
- type ClassificationDeleteParams
- type ClassificationOp
- type ClassificationParams
- type Emotions
- type EmotionsParams
- type Entity
- type KeyPhrase
- type KeyPhraseParams
- type KeyPhrases
- type Language
- type LanguageParams
- type NamedEntityParams
- type Ner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Classification ¶
Classification
func BuildClassification ¶
func BuildClassification(data []byte) (*Classification, error)
BuildClassification builds an entity of Classification struct fulfilling it with data
type ClassificationCreateUpdateParams ¶
type ClassificationCreateUpdateParams struct { Label string `url:"label"` Text string `url:"text"` Jwt string `url:"jwt"` }
ClassificationCreateUpdateParams
type ClassificationDeleteParams ¶
ClassificationCreateUpdateParams
type ClassificationOp ¶
type ClassificationOp struct {
Success bool
}
func BuildClassificationOp ¶
func BuildClassificationOp(data []byte) (*ClassificationOp, error)
BuildClassificationOp builds an entity of ClassificationOp struct fulfilling it with data
type ClassificationParams ¶
ClassificationParams
type Emotions ¶
Emotions
func BuildEmotions ¶
BuildEmotions builds an entity of Emotions struct fulfilling it with data
type EmotionsParams ¶
EmotionsParams
type KeyPhraseParams ¶
type KeyPhrases ¶
type KeyPhrases struct { LanguageCode string `json:"LanguageCode"` KeyPhrases []KeyPhrase `json:"KeyPhrases"` }
func BuildKeyPhrases ¶
func BuildKeyPhrases(data []byte) (*KeyPhrases, error)
BuildKeyPhrases builds an entity of KeyPhrases struct fulfilling it with data
type Language ¶
func BuildLanguage ¶
BuildLanguage builds an entity of Language struct fulfilling it with data
type LanguageParams ¶
type NamedEntityParams ¶
Click to show internal directories.
Click to hide internal directories.