API reference

WitEntityKeywordInfo Struct

Constructors

WitEntityKeywordInfo ( keyword , synonyms )
Signature
Meta.WitAi.Data.Info.WitEntityKeywordInfo.WitEntityKeywordInfo(string keyword, List< string > synonyms=null)
Parameters
keyword: string
synonyms: List< string >

Fields

keyword : string
Unique keyword identifier
Signature
string Meta.WitAi.Data.Info.WitEntityKeywordInfo.keyword
synonyms : List< string >
Synonyms for specified keyword
Signature
List<string> Meta.WitAi.Data.Info.WitEntityKeywordInfo.synonyms

Methods

Equals ( obj )
Signature
override bool Meta.WitAi.Data.Info.WitEntityKeywordInfo.Equals(object obj)
Parameters
obj: object
Returns
override bool
Equals ( other )
Signature
bool Meta.WitAi.Data.Info.WitEntityKeywordInfo.Equals(WitEntityKeywordInfo other)
Parameters
Returns
bool
GetHashCode ()
Signature
override int Meta.WitAi.Data.Info.WitEntityKeywordInfo.GetHashCode()
Returns
override int