TextModerations.TextModerationsScreenTextDefinitionStages.WithAllOptions Interface

public interface WithAllOptions

The stage of the definition which allows for any other optional settings to be specified.

Method Summary

Modifier and Type Method and Description
TextModerationsScreenTextDefinitionStages.WithExecute withAutocorrect(Boolean autocorrect)

Autocorrect text.

TextModerationsScreenTextDefinitionStages.WithExecute withClassify(Boolean classify)

Classify input.

TextModerationsScreenTextDefinitionStages.WithExecute withLanguage(String language)

Language of the text.

TextModerationsScreenTextDefinitionStages.WithExecute withListId(String listId)

The list Id.

TextModerationsScreenTextDefinitionStages.WithExecute withPII(Boolean pII)

Detect personal identifiable information.

Method Details

withAutocorrect

public TextModerationsScreenTextDefinitionStages.WithExecute withAutocorrect(Boolean autocorrect)

Autocorrect text.

Parameters:

autocorrect

Returns:

next definition stage

withClassify

public TextModerationsScreenTextDefinitionStages.WithExecute withClassify(Boolean classify)

Classify input.

Parameters:

classify

Returns:

next definition stage

withLanguage

public TextModerationsScreenTextDefinitionStages.WithExecute withLanguage(String language)

Language of the text.

Parameters:

language

Returns:

next definition stage

withListId

public TextModerationsScreenTextDefinitionStages.WithExecute withListId(String listId)

The list Id.

Parameters:

listId

Returns:

next definition stage

withPII

public TextModerationsScreenTextDefinitionStages.WithExecute withPII(Boolean pII)

Detect personal identifiable information.

Parameters:

pII

Returns:

next definition stage

Applies to