BatchInput Class

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

public class BatchInput

The BatchInput model.

Method Summary

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

Get the documents value.

BatchInput withDocuments(List<Input> documents)

Set the documents value.

Method Details

documents

public List documents()

Get the documents value.

Returns:

the documents value

withDocuments

public BatchInput withDocuments(List documents)

Set the documents value.

Parameters:

documents - the documents value to set

Returns:

the BatchInput object itself.

Applies to