Class WordAlterationsDTO
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.WordAlterationsDTO
-
public class WordAlterationsDTO extends Object
Collection of word alterations.
-
-
Constructor Summary
Constructors Constructor Description WordAlterationsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WordAlterationsDTO
withWordAlterations(List<AlterationsDTO> wordAlterations)
Set the wordAlterations value.List<AlterationsDTO>
wordAlterations()
Get the wordAlterations value.
-
-
-
Method Detail
-
wordAlterations
public List<AlterationsDTO> wordAlterations()
Get the wordAlterations value.- Returns:
- the wordAlterations value
-
withWordAlterations
public WordAlterationsDTO withWordAlterations(List<AlterationsDTO> wordAlterations)
Set the wordAlterations value.- Parameters:
wordAlterations
- the wordAlterations value to set- Returns:
- the WordAlterationsDTO object itself.
-
-