Class BiomSegmentContentInformationType
A data type for an assessment of the content of the voice data within a list of identified time segments, including provision for semantic transcripts, phonetic transcriptions and translations of the segments.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomSegmentContentInformationType : IEquatable<BiomSegmentContentInformationType>
Properties
Context
biomSegmentContentInformationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomSegmentContentInformationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomSegmentContentInformationType.ContextEnum> | biomSegmentContentInformationType JSON-LD context |
PhoneticTranscriptConvention
A phonetic transcript convention of an identified list of time segments. NIEM reference is biom:PhoneticTranscriptConventionText
Declaration
[DataMember(Name = "phoneticTranscriptConvention")]
public List<NcTextType> PhoneticTranscriptConvention { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A phonetic transcript convention of an identified list of time segments. NIEM reference is biom:PhoneticTranscriptConventionText |
SegmentContentComment
A comment on the content of the segment. NIEM reference is biom:SegmentContentCommentText
Declaration
[DataMember(Name = "segmentContentComment")]
public List<NcTextType> SegmentContentComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A comment on the content of the segment. NIEM reference is biom:SegmentContentCommentText |
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 |
SegmentPhoneticTranscript
A phonetic transcription of the contents of an identified list of time segments. NIEM reference is biom:SegmentPhoneticTranscriptText
Declaration
[DataMember(Name = "segmentPhoneticTranscript")]
public List<NcTextType> SegmentPhoneticTranscript { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A phonetic transcription of the contents of an identified list of time segments. NIEM reference is biom:SegmentPhoneticTranscriptText |
SegmentTranscript
A semantic transcription of the contents of an identified list of time segments. NIEM reference is biom:SegmentTranscriptText
Declaration
[DataMember(Name = "segmentTranscript")]
public List<NcTextType> SegmentTranscript { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A semantic transcription of the contents of an identified list of time segments. NIEM reference is biom:SegmentTranscriptText |
SegmentTranscriptLanguageCode
A 3 character ISO 639-3 code for the transcript language. NIEM reference is biom:SegmentTranscriptLanguageCode
Declaration
[DataMember(Name = "segmentTranscriptLanguageCode")]
public List<Iso6393LanguageCodeType> SegmentTranscriptLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Iso6393LanguageCodeType> | A 3 character ISO 639-3 code for the transcript language. NIEM reference is biom:SegmentTranscriptLanguageCode |
SegmentTranslation
A translation into a language other than the one in which the original segment was spoken. NIEM reference is biom:SegmentTranslationText
Declaration
[DataMember(Name = "segmentTranslation")]
public List<NcTextType> SegmentTranslation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A translation into a language other than the one in which the original segment was spoken. NIEM reference is biom:SegmentTranslationText |
SegmentTranslationLanguageCode
A 3 character ISO 639-3 code for the translation language. NIEM reference is biom:SegmentTranslationLanguageCode
Declaration
[DataMember(Name = "segmentTranslationLanguageCode")]
public List<Iso6393LanguageCodeType> SegmentTranslationLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Iso6393LanguageCodeType> | A 3 character ISO 639-3 code for the translation language. NIEM reference is biom:SegmentTranslationLanguageCode |
TranscriptAuthorityComment
A transcript authority comment text on the content of the segment. NIEM reference is biom:TranscriptAuthorityCommentText
Declaration
[DataMember(Name = "transcriptAuthorityComment")]
public List<NcTextType> TranscriptAuthorityComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A transcript authority comment text on the content of the segment. NIEM reference is biom:TranscriptAuthorityCommentText |
Methods
Equals(BiomSegmentContentInformationType)
Returns true if BiomSegmentContentInformationType instances are equal
Declaration
public bool Equals(BiomSegmentContentInformationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomSegmentContentInformationType | other | Instance of BiomSegmentContentInformationType 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(BiomSegmentContentInformationType, BiomSegmentContentInformationType)
Declaration
public static bool operator ==(BiomSegmentContentInformationType left, BiomSegmentContentInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomSegmentContentInformationType | left | |
BiomSegmentContentInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomSegmentContentInformationType, BiomSegmentContentInformationType)
Declaration
public static bool operator !=(BiomSegmentContentInformationType left, BiomSegmentContentInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomSegmentContentInformationType | left | |
BiomSegmentContentInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |