Interface IMediaAnalyser
Defines an analyzer that can process media and extract meta data
Namespace: ImageVault.Core.Common.Analysers
Assembly: ImageVault.Core.dll
Syntax
public interface IMediaAnalyser
Remarks
Can also be attached to a IMediaStorage implementation to allow analyzing meta data after the storage is completed.
Methods
ReadMetadata(MediaContent)
Analyzes the supplied content and returns all found meta data
Declaration
IList<RawMetadata> ReadMetadata(MediaContent content)
Parameters
Type | Name | Description |
---|---|---|
MediaContent | content |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<RawMetadata> |