Skip to content

Instantly share code, notes, and snippets.

@lettucebo
Created October 16, 2018 17:22
Show Gist options
  • Save lettucebo/3c97b4c7577b6e95d0f12e90c6ba3315 to your computer and use it in GitHub Desktop.
Save lettucebo/3c97b4c7577b6e95d0f12e90c6ba3315 to your computer and use it in GitHub Desktop.
public enum VisualFeatureTypes
{
ImageType = 0,
Faces = 1,
Adult = 2,
Categories = 3,
Color = 4,
Tags = 5,
Description = 6
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment