Show / Hide Table of Contents

    Class ImageLicense

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

    Fields

    All

    Declaration
    public const string All;
    Field Value
    String

    Any

    Declaration
    public const string Any;
    Field Value
    String

    Modify

    Declaration
    public const string Modify;
    Field Value
    String

    ModifyCommercially

    Declaration
    public const string ModifyCommercially;
    Field Value
    String

    Public

    Declaration
    public const string Public;
    Field Value
    String

    Share

    Declaration
    public const string Share;
    Field Value
    String

    ShareCommercially

    Declaration
    public const string ShareCommercially;
    Field Value
    String

    Back to top Azure SDK for Net