Show / Hide Table of Contents

    Class ImageColor

    Inheritance
    Object
    ImageColor
    Namespace: Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models
    Assembly: Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch.dll
    Syntax
    public static class ImageColor

    Fields

    Black

    Declaration
    public const string Black;
    Field Value
    String

    Blue

    Declaration
    public const string Blue;
    Field Value
    String

    Brown

    Declaration
    public const string Brown;
    Field Value
    String

    ColorOnly

    Declaration
    public const string ColorOnly;
    Field Value
    String

    Gray

    Declaration
    public const string Gray;
    Field Value
    String

    Green

    Declaration
    public const string Green;
    Field Value
    String

    Monochrome

    Declaration
    public const string Monochrome;
    Field Value
    String

    Orange

    Declaration
    public const string Orange;
    Field Value
    String

    Pink

    Declaration
    public const string Pink;
    Field Value
    String

    Purple

    Declaration
    public const string Purple;
    Field Value
    String

    Red

    Declaration
    public const string Red;
    Field Value
    String

    Teal

    Declaration
    public const string Teal;
    Field Value
    String

    White

    Declaration
    public const string White;
    Field Value
    String

    Yellow

    Declaration
    public const string Yellow;
    Field Value
    String

    Back to top Azure SDK for Net