MultiLanguageBatchInput Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.textanalytics.models.MultiLanguageBatchInput

public class MultiLanguageBatchInput

The MultiLanguageBatchInput model.

Method Summary

Modifier and Type Method and Description
List<MultiLanguageInput> documents()

Get the documents value.

MultiLanguageBatchInput withDocuments(List<MultiLanguageInput> documents)

Set the documents value.

Method Details

documents

public List documents()

Get the documents value.

Returns:

the documents value

withDocuments

public MultiLanguageBatchInput withDocuments(List documents)

Set the documents value.

Parameters:

documents - the documents value to set

Returns:

the MultiLanguageBatchInput object itself.

Applies to