Class AzureImageAnalysis
Inheritance
System.Object
AzureImageAnalysis
Inherited Members
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: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class AzureImageAnalysis
Constructors
AzureImageAnalysis()
Default constructor
Declaration
public AzureImageAnalysis()
AzureImageAnalysis(AzureImageAnalysis)
Copy constructor
Declaration
public AzureImageAnalysis(AzureImageAnalysis azureImageAnalysis)
Parameters
Type | Name | Description |
---|---|---|
AzureImageAnalysis | azureImageAnalysis |
Properties
IsBlackAndWhite
Declaration
public bool IsBlackAndWhite { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Tags
Declaration
public List<string> Tags { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |