View Source IvcvEx.Result (IvcvEx v0.16.0)

Struct to hold the data analysis result emotions (Emotions.t()) - Average intensity and positivity during the video. Integer values between 0 to 100.

impression (Impression.t()) - First impression analysis with Big Five metrics. Integer values between 0 to 100.

sentiment (float) - Sentiment analysis result. Integer value between 0 to 100.

status (string) - Current status of the processing. One of FINISHED, PROCESSING, FAILED.

resultId (string) - Id of the result.

Link to this section Summary

Link to this section Types

@type t() :: %IvcvEx.Result{
  emotions: IvcvEx.Result.Emotions,
  impression: IvcvEx.Result.Impression,
  result_id: binary(),
  sentiment: float(),
  status: String.t()
}

Link to this section Functions