ScreenTextOptionalParameter Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.ScreenTextOptionalParameter

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.

ScreenTextOptionalParameter withAutocorrect(Boolean autocorrect)

Set the autocorrect value.

ScreenTextOptionalParameter withClassify(Boolean classify)

Set the classify value.

ScreenTextOptionalParameter withLanguage(String language)

Set the language value.

ScreenTextOptionalParameter withListId(String listId)

Set the listId value.

ScreenTextOptionalParameter withPII(Boolean pII)

Set the pII value.

ScreenTextOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

autocorrect

public Boolean autocorrect()

Get the autocorrect value.

Returns:

the autocorrect value

classify

public Boolean classify()

Get the classify value.

Returns:

the classify value

language

public String language()

Get the language value.

Returns:

the language value

listId

public String listId()

Get the listId value.

Returns:

the listId value

pII

public Boolean pII()

Get the pII value.

Returns:

the pII value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withAutocorrect

public ScreenTextOptionalParameter withAutocorrect(Boolean autocorrect)

Set the autocorrect value.

Parameters:

autocorrect - the autocorrect value to set

Returns:

the ScreenTextOptionalParameter object itself.

withClassify

public ScreenTextOptionalParameter withClassify(Boolean classify)

Set the classify value.

Parameters:

classify - the classify value to set

Returns:

the ScreenTextOptionalParameter object itself.

withLanguage

public ScreenTextOptionalParameter withLanguage(String language)

Set the language value.

Parameters:

language - the language value to set

Returns:

the ScreenTextOptionalParameter object itself.

withListId

public ScreenTextOptionalParameter withListId(String listId)

Set the listId value.

Parameters:

listId - the listId value to set

Returns:

the ScreenTextOptionalParameter object itself.

withPII

public ScreenTextOptionalParameter withPII(Boolean pII)

Set the pII value.

Parameters:

pII - the pII value to set

Returns:

the ScreenTextOptionalParameter object itself.

withThisclientacceptLanguage

public ScreenTextOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the ScreenTextOptionalParameter object itself.

Applies to