Skip to content

Instantly share code, notes, and snippets.

@lettucebo
Created October 16, 2018 17:21
Show Gist options
  • Save lettucebo/2a4f21bc51b4d942dd7d64372a120bbe to your computer and use it in GitHub Desktop.
Save lettucebo/2a4f21bc51b4d942dd7d64372a120bbe to your computer and use it in GitHub Desktop.
// 指定要回傳的資訊
private static readonly List<VisualFeatureTypes> features =
new List<VisualFeatureTypes>()
{
VisualFeatureTypes.Categories, VisualFeatureTypes.Description,
VisualFeatureTypes.ImageType, VisualFeatureTypes.Tags
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment