Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created May 19, 2018 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icebeam7/c55030967caf9261b0b67a1cb34f94ad to your computer and use it in GitHub Desktop.
Save icebeam7/c55030967caf9261b0b67a1cb34f94ad to your computer and use it in GitHub Desktop.
FaceBot: Emocion.cs
using System;
namespace FaceBot.Modelos
{
[Serializable]
public class Emocion
{
public string Nombre { get; set; }
public float Score { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment