Search Results for

    Show / Hide Table of Contents

    Class ImageAnalyzerCategory

    Inheritance
    System.Object
    ImageAnalyzerCategory
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class ImageAnalyzerCategory : Object

    Constructors

    ImageAnalyzerCategory()

    Default constructor

    Declaration
    public ImageAnalyzerCategory()

    ImageAnalyzerCategory(ImageAnalyzerCategory)

    Copy constructor

    Declaration
    public ImageAnalyzerCategory(ImageAnalyzerCategory imageAnalyzerCategory)
    Parameters
    Type Name Description
    ImageAnalyzerCategory imageAnalyzerCategory

    Properties

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Score

    Declaration
    public float Score { get; set; }
    Property Value
    Type Description
    System.Single

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022