Show / Hide Table of Contents

Class Dictlayerdata.DictData.WordsData.SensesData.SynonymsData

Inheritance
System.Object
Dictlayerdata.DictData.WordsData.SensesData.SynonymsData
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 SynonymsData

Properties

Source

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

Text

Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top