C# Class AcoustID.Web.LookupResult

Result of a lookup request.
显示文件 Open project: wo80/AcoustID.NET Class Usage Examples

Public Methods

Method Description
LookupResult ( string id, double score ) : System.Collections.Generic

Initializes a new instance of the LookupResult class.

Method Details

LookupResult() public method

Initializes a new instance of the LookupResult class.
public LookupResult ( string id, double score ) : System.Collections.Generic
id string The AcoustID.
score double The score (between 0 and 1).
return System.Collections.Generic