jams.schema.get_dtypes

jams.schema.get_dtypes(ns_key)[source]

Get the dtypes associated with the value and confidence fields for a given namespace.

Parameters:
ns_key : str

The namespace key in question

Returns:
value_dtype, confidence_dtype : numpy.dtype

Type identifiers for value and confidence fields.