FreeSpokenDigitsDatasetRecord Structure |
Namespace: Accord.DataSets
[SerializableAttribute] public struct Record : IEquatable<FreeSpokenDigitsDatasetRecord>, IComparable<FreeSpokenDigitsDatasetRecord>
The FreeSpokenDigitsDatasetRecord type exposes the following members.
Name | Description | |
---|---|---|
FreeSpokenDigitsDatasetRecord |
Initializes a new instance of the FreeSpokenDigitsDatasetRecord struct.
|
Name | Description | |
---|---|---|
Digit |
Gets or sets the digit being spoken.
| |
FileName |
Gets or sets the file name of the recording (without its path).
| |
Index | ||
Speaker |
Gets or sets the name of the speaker.
| |
Url |
Gets or sets the URL of the recording.
|
Name | Description | |
---|---|---|
CompareTo |
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.
| |
Download |
Downloads the recording to a base directory. The actual file path
where the file was stored will be given as return of this method.
| |
Equals(Object) | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
Equals(FreeSpokenDigitsDatasetRecord) |
Indicates whether the current object is equal to another object of the same type.
| |
GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Open |
Opens the recording as a Signal, downloading
and storing the recording file to the disk if necessary.
| |
ToString |
Returns a String that represents this instance.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
To(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.) | |
ToT | 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.) |