ScreenTextOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. ScreenTextOptionalParameter
- com.
public class ScreenTextOptionalParameter
The ScreenTextOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
autocorrect()
Get the autocorrect value. |
Boolean |
classify()
Get the classify value. |
String |
language()
Get the language value. |
String |
listId()
Get the listId value. |
Boolean |
pII()
Get the pII value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Screen |
withAutocorrect(Boolean autocorrect)
Set the autocorrect value. |
Screen |
withClassify(Boolean classify)
Set the classify value. |
Screen |
withLanguage(String language)
Set the language value. |
Screen |
withListId(String listId)
Set the listId value. |
Screen |
withPII(Boolean pII)
Set the pII value. |
Screen |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
autocorrect
public Boolean autocorrect()
Get the autocorrect value.
Returns:
classify
public Boolean classify()
Get the classify value.
Returns:
language
public String language()
Get the language value.
Returns:
listId
public String listId()
Get the listId value.
Returns:
pII
public Boolean pII()
Get the pII value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withAutocorrect
public ScreenTextOptionalParameter withAutocorrect(Boolean autocorrect)
Set the autocorrect value.
Parameters:
Returns:
withClassify
public ScreenTextOptionalParameter withClassify(Boolean classify)
Set the classify value.
Parameters:
Returns:
withLanguage
public ScreenTextOptionalParameter withLanguage(String language)
Set the language value.
Parameters:
Returns:
withListId
public ScreenTextOptionalParameter withListId(String listId)
Set the listId value.
Parameters:
Returns:
withPII
public ScreenTextOptionalParameter withPII(Boolean pII)
Set the pII value.
Parameters:
Returns:
withThisclientacceptLanguage
public ScreenTextOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns: