KeyPhraseBatchResult Class

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

public class KeyPhraseBatchResult

The KeyPhraseBatchResult model.

Method Summary

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

Get the documents value.

List<ErrorRecord> errors()

Get the errors value.

Method Details

documents

public List documents()

Get the documents value.

Returns:

the documents value

errors

public List errors()

Get the errors value.

Returns:

the errors value

Applies to