Show / Hide Table of Contents

Class Dictlayerdata.DictData.WordsData.SensesData

Inheritance
System.Object
Dictlayerdata.DictData.WordsData.SensesData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class SensesData

Properties

Conjugations

Declaration
[JsonProperty("conjugations")]
public virtual IList<Dictlayerdata.DictData.WordsData.SensesData.ConjugationsData> Conjugations { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Dictlayerdata.DictData.WordsData.SensesData.ConjugationsData>

Definitions

Declaration
[JsonProperty("definitions")]
public virtual IList<Dictlayerdata.DictData.WordsData.SensesData.DefinitionsData> Definitions { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Dictlayerdata.DictData.WordsData.SensesData.DefinitionsData>

PartOfSpeech

Declaration
[JsonProperty("partOfSpeech")]
public virtual string PartOfSpeech { get; set; }
Property Value
Type Description
System.String

Pronunciation

Declaration
[JsonProperty("pronunciation")]
public virtual string Pronunciation { get; set; }
Property Value
Type Description
System.String

PronunciationUrl

Declaration
[JsonProperty("pronunciationUrl")]
public virtual string PronunciationUrl { get; set; }
Property Value
Type Description
System.String

Source

Declaration
[JsonProperty("source")]
public virtual Dictlayerdata.DictData.WordsData.SensesData.SourceData Source { get; set; }
Property Value
Type Description
Dictlayerdata.DictData.WordsData.SensesData.SourceData

Syllabification

Declaration
[JsonProperty("syllabification")]
public virtual string Syllabification { get; set; }
Property Value
Type Description
System.String

Synonyms

Declaration
[JsonProperty("synonyms")]
public virtual IList<Dictlayerdata.DictData.WordsData.SensesData.SynonymsData> Synonyms { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Dictlayerdata.DictData.WordsData.SensesData.SynonymsData>
In This Article
Back to top