Class VocabularyFilterInfo
Summary information about a vocabulary filter.
Inheritance
VocabularyFilterInfo
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class VocabularyFilterInfo
Properties
|
Edit this page
View Source
LanguageCode
Declaration
public string LanguageCode { get; set; }
Property Value
|
Edit this page
View Source
LastModifiedTime
Declaration
public UnixTime? LastModifiedTime { get; set; }
Property Value
|
Edit this page
View Source
VocabularyFilterName
Declaration
public string VocabularyFilterName { get; set; }
Property Value
Extension Methods