Click or drag to resize
Accord.NET (logo)

FreeSpokenDigitsDatasetRecord Structure

Single recording from the FreeSpokenDigitsDataset

Namespace:  Accord.DataSets
Assembly:  Accord.Audition (in Accord.Audition.dll) Version: 3.8.0
Syntax
[SerializableAttribute]
public struct Record : IEquatable<FreeSpokenDigitsDatasetRecord>, 
	IComparable<FreeSpokenDigitsDatasetRecord>
Request Example View Source

The FreeSpokenDigitsDatasetRecord type exposes the following members.

Constructors
  NameDescription
Public methodFreeSpokenDigitsDatasetRecord
Initializes a new instance of the FreeSpokenDigitsDatasetRecord struct.
Top
Properties
  NameDescription
Public propertyDigit
Gets or sets the digit being spoken.
Public propertyFileName
Gets or sets the file name of the recording (without its path).
Public propertyIndex
Gets or sets the index of the variation of the current Digit spoken by the Speaker (the same speaker could have recorded the same digit multiple times).
Public propertySpeaker
Gets or sets the name of the speaker.
Public propertyUrl
Gets or sets the URL of the recording.
Top
Methods
  NameDescription
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodDownload
Downloads the recording to a base directory. The actual file path where the file was stored will be given as return of this method.
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodEquals(FreeSpokenDigitsDatasetRecord)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOpen
Opens the recording as a Signal, downloading and storing the recording file to the disk if necessary.
Public methodToString
Returns a String that represents this instance.
(Overrides ValueTypeToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodHasMethod
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.)
Public Extension MethodIsEqual
Compares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.
(Defined by Matrix.)
Public Extension MethodTo(Type)Overloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Public Extension MethodToTOverloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Top
See Also