TextModerations.TextModerationsScreenTextDefinitionStages.WithTextContentType Interface

public interface WithTextContentType

The stage of the definition to be specify textContentType.

Method Summary

Modifier and Type Method and Description
TextModerations.TextModerationsScreenTextDefinitionStages.WithTextContent withTextContentType(String textContentType)

The content type. Possible values include: 'text/plain', 'text/html', 'text/xml', 'text/markdown'.

Method Details

withTextContentType

public WithTextContent withTextContentType(String textContentType)

The content type. Possible values include: 'text/plain', 'text/html', 'text/xml', 'text/markdown'.

Parameters:

textContentType

Returns:

next definition stage

Applies to