Search Results for

    Show / Hide Table of Contents

    Class ImageAnalysisQuery

    v4.0 analyze query parameters builder.

    Inheritance
    object
    CognitiveServiceQueryBase
    ImageAnalysisQuery
    AzureImageAnalysisOptions
    Implements
    IRequestParameterProvider
    Inherited Members
    CognitiveServiceQueryBase.ApiVersion
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Microsoft.Azure.ComputerVision
    Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
    Syntax
    public class ImageAnalysisQuery : CognitiveServiceQueryBase, IRequestParameterProvider

    Properties

    | Edit this page View Source

    Features

    Declaration
    public List<VisualFeature> Features { get; set; }
    Property Value
    Type Description
    List<VisualFeature>
    | Edit this page View Source

    GenderNeutralCaption

    Declaration
    public bool? GenderNeutralCaption { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Language

    Declaration
    public SystemLanguage? Language { get; set; }
    Property Value
    Type Description
    SystemLanguage?
    | Edit this page View Source

    ModelVersion

    This is NOT a model selection. Microsoft媛€ 諛깆뿏??紐⑤뜽??議곗슜??援먯껜???? 寃곌낵 ?ы쁽?깆쓣 ?꾪빐 踰꾩쟾 怨좎젙??

    Declaration
    public string ModelVersion { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SmartCropsAspectRatios

    Declaration
    public List<float> SmartCropsAspectRatios { get; set; }
    Property Value
    Type Description
    List<float>

    Methods

    | Edit this page View Source

    GetRequestParameters()

    Declaration
    public override IEnumerable<RequestParameter> GetRequestParameters()
    Returns
    Type Description
    IEnumerable<RequestParameter>
    Overrides
    CognitiveServiceQueryBase.GetRequestParameters()

    Implements

    IRequestParameterProvider

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    ResponseCastingExtensions.ToParams(IRequestParameterProvider)
    ResponseCastingExtensions.ToParams(IRequestParameterProvider, params RequestParameter[])
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation