Class RawMetadata
Defines raw metadata that the IMediaAnalyser reads and writes
Inheritance
System.Object
RawMetadata
Inherited Members
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.Core.Common.Analysers.Data
Assembly: ImageVault.Core.dll
Syntax
public class RawMetadata
Constructors
RawMetadata()
Initializes a new instance of the RawMetadata class.
Declaration
public RawMetadata()
Properties
DefinitionType
Get/Sets the DefinitionType of the RawMetadata
Declaration
public MetadataDefinitionTypes DefinitionType { get; set; }
Property Value
Type | Description |
---|---|
MetadataDefinitionTypes |
Description
Get/Sets the Description of the RawMetadata
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LanguageCode
Get/Sets the LanguageCode of the RawMetadata
Declaration
public string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Get/Sets the Name of the RawMetadata
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Get/Sets the Type of the RawMetadata
Declaration
public MetadataTypes Type { get; set; }
Property Value
Type | Description |
---|---|
MetadataTypes |
Value
Get/Sets the Value of the RawMetadata
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
ToString()
Returns a System.String that represents the current RawMetadata.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents the current RawMetadata. |
Overrides
System.Object.ToString()