Class BiomVocalSegmentQualityValueType
A data type for vocal segment quality values.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomVocalSegmentQualityValueType : IEquatable<BiomVocalSegmentQualityValueType>
Properties
Context
biomVocalSegmentQualityValueType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomVocalSegmentQualityValueType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomVocalSegmentQualityValueType.ContextEnum> | biomVocalSegmentQualityValueType JSON-LD context |
QualityAlgorithmProductId
A unique identifier for a quality-algorithm product, assigned by the vendor NIEM reference is biom:QualityAlgorithmProductID
Declaration
[DataMember(Name = "qualityAlgorithmProductId")]
public List<NiemXsunsignedShort> QualityAlgorithmProductId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsunsignedShort> | A unique identifier for a quality-algorithm product, assigned by the vendor NIEM reference is biom:QualityAlgorithmProductID |
QualityAlgorithmVendorId
A unique identifier for the vendor of a quality-algorithm product NIEM reference is biom:QualityAlgorithmVendorID
Declaration
[DataMember(Name = "qualityAlgorithmVendorId")]
public List<BiomHexDoubleByteType> QualityAlgorithmVendorId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomHexDoubleByteType> | A unique identifier for the vendor of a quality-algorithm product NIEM reference is biom:QualityAlgorithmVendorID |
QualityValue
A value of the quality of a particular sample NIEM reference is biom:QualityValue
Declaration
[DataMember(Name = "qualityValue")]
public List<string> QualityValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | A value of the quality of a particular sample NIEM reference is biom:QualityValue |
SegmentIdList
A list of segment identifiers. NIEM reference is biom:SegmentIDList
Declaration
[DataMember(Name = "segmentIdList")]
public List<BiomSegmentIDListType> SegmentIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSegmentIDListType> | A list of segment identifiers. NIEM reference is biom:SegmentIDList |
VocalSegmentQualityComment
A comment describing additional information about the Audio Signal Quality. NIEM reference is biom:VocalSegmentQualityCommentText
Declaration
[DataMember(Name = "vocalSegmentQualityComment")]
public List<NcTextType> VocalSegmentQualityComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A comment describing additional information about the Audio Signal Quality. NIEM reference is biom:VocalSegmentQualityCommentText |
Methods
Equals(BiomVocalSegmentQualityValueType)
Returns true if BiomVocalSegmentQualityValueType instances are equal
Declaration
public bool Equals(BiomVocalSegmentQualityValueType other)
Parameters
Type | Name | Description |
---|---|---|
BiomVocalSegmentQualityValueType | other | Instance of BiomVocalSegmentQualityValueType to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
Operators
Equality(BiomVocalSegmentQualityValueType, BiomVocalSegmentQualityValueType)
Declaration
public static bool operator ==(BiomVocalSegmentQualityValueType left, BiomVocalSegmentQualityValueType right)
Parameters
Type | Name | Description |
---|---|---|
BiomVocalSegmentQualityValueType | left | |
BiomVocalSegmentQualityValueType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomVocalSegmentQualityValueType, BiomVocalSegmentQualityValueType)
Declaration
public static bool operator !=(BiomVocalSegmentQualityValueType left, BiomVocalSegmentQualityValueType right)
Parameters
Type | Name | Description |
---|---|---|
BiomVocalSegmentQualityValueType | left | |
BiomVocalSegmentQualityValueType | right |
Returns
Type | Description |
---|---|
System.Boolean |