Search Results for

    Show / Hide Table of Contents

    Class AzureTaggingOptions

    Options for Azure tagging

    Inheritance
    System.Object
    TaggingOptionsBase
    AzureTaggingOptions
    Inherited Members
    TaggingOptionsBase.TagOutputFormatId
    TaggingOptionsBase.KeywordLookupCacheName
    TaggingOptionsBase.TaggingLayerId
    TaggingOptionsBase.FoundTagsFieldId
    TaggingOptionsBase.MissingKeywordsFieldId
    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 AzureTaggingOptions : TaggingOptionsBase

    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 string MinimumValue { get; set; }
    Property Value
    System.String

    Methods

    FromJson(String)

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

    Returns
    AzureTaggingOptions

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX