Search Results for

    Show / Hide Table of Contents

    Class ImageAnalysisResult

    Inheritance
    object
    OcrDocument
    ImageAnalysis
    ImageAnalysisResult
    Implements
    ITextSource
    Inherited Members
    ImageAnalysis.Value
    ImageAnalysis.Text
    OcrDocument.GetTextSource()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Microsoft.Azure.ComputerVision
    Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
    Syntax
    public sealed class ImageAnalysisResult : ImageAnalysis, ITextSource

    Properties

    | Edit this page View Source

    CaptionResult

    Declaration
    [JsonProperty("captionResult")]
    public CaptionResult CaptionResult { get; set; }
    Property Value
    Type Description
    CaptionResult
    | Edit this page View Source

    DenseCaptionsResult

    Declaration
    [JsonProperty("denseCaptionsResult")]
    public DenseCaptionsResult DenseCaptionsResult { get; set; }
    Property Value
    Type Description
    DenseCaptionsResult
    | Edit this page View Source

    ObjectsResult

    Declaration
    [JsonProperty("objectsResult")]
    public ObjectsResult ObjectsResult { get; set; }
    Property Value
    Type Description
    ObjectsResult
    | Edit this page View Source

    PeopleResult

    Declaration
    [JsonProperty("peopleResult")]
    public PeopleResult PeopleResult { get; set; }
    Property Value
    Type Description
    PeopleResult
    | Edit this page View Source

    ReadResult

    Declaration
    [JsonProperty("readResult")]
    public ReadResult ReadResult { get; set; }
    Property Value
    Type Description
    ReadResult
    | Edit this page View Source

    SmartCropsResult

    Declaration
    [JsonProperty("smartCropsResult")]
    public SmartCropsResult SmartCropsResult { get; set; }
    Property Value
    Type Description
    SmartCropsResult
    | Edit this page View Source

    TagsResult

    Declaration
    [JsonProperty("tagsResult")]
    public TagsResult TagsResult { get; set; }
    Property Value
    Type Description
    TagsResult

    Methods

    | Edit this page View Source

    GetResults()

    Declaration
    public List<IImageAnalysisResult> GetResults()
    Returns
    Type Description
    List<IImageAnalysisResult>

    Implements

    ITextSource

    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)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation