Show / Hide Table of Contents

    Class ImageType

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

    Fields

    AnimatedGif

    Declaration
    public const string AnimatedGif;
    Field Value
    String

    Clipart

    Declaration
    public const string Clipart;
    Field Value
    String

    Line

    Declaration
    public const string Line;
    Field Value
    String

    Photo

    Declaration
    public const string Photo;
    Field Value
    String

    Shopping

    Declaration
    public const string Shopping;
    Field Value
    String

    Transparent

    Declaration
    public const string Transparent;
    Field Value
    String

    Back to top Azure SDK for Net