Search Results for

    Show / Hide Table of Contents

    Class AzureTaggingConfiguration

    Options for Azure tagging

    Inheritance
    System.Object
    TaggingConfigurationBase
    AzureTaggingConfiguration
    Inherited Members
    TaggingConfigurationBase.EnableImageAnalytics
    TaggingConfigurationBase.EnableLegacyTaggingBehavior
    TaggingConfigurationBase.DefaultTagOutputFormatId
    TaggingConfigurationBase.DefaultKeywordLookupCacheName
    TaggingConfigurationBase.DefaultTaggingLayerId
    TaggingConfigurationBase.DefaultFoundTagsFieldId
    TaggingConfigurationBase.DefaultMissingKeywordsFieldId
    TaggingConfigurationBase.UseDownloadLink
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class AzureTaggingConfiguration : TaggingConfigurationBase

    Properties

    ApiKey

    API Key to Azure Computer Vision Service (needed for connection)

    Declaration
    public string ApiKey { get; set; }
    Property Value
    System.String

    ApiUrl

    Url to Azure Computer Vision Service

    Declaration
    public string ApiUrl { get; set; }
    Property Value
    System.String

    EnableObjectDetection

    Specifies if object detection feature should be enabled

    Declaration
    public bool EnableObjectDetection { get; set; }
    Property Value
    System.Boolean

    EnableOcr

    Specifies if OCR feature should be enabled

    Declaration
    public bool EnableOcr { get; set; }
    Property Value
    System.Boolean

    EnableTagging

    Specifies if tagging feature should be enabled

    Declaration
    public bool EnableTagging { get; set; }
    Property Value
    System.Boolean

    LanguageCode

    Determines the language, list of supported language codes: https://aka.ms/cv-languages

    Declaration
    public string LanguageCode { get; set; }
    Property Value
    System.String

    MinimumValue

    Minimum value of confidence to accept the service result

    Declaration
    public decimal MinimumValue { get; set; }
    Property Value
    System.Decimal

    Methods

    FromJson(String)

    Declaration
    public static AzureTaggingConfiguration FromJson(string data)
    Parameters
    System.String data

    Returns
    AzureTaggingConfiguration

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX