DetectLanguageOptionalParameter Class

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

public class DetectLanguageOptionalParameter

The DetectLanguageOptionalParameter model.

Method Summary

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

Get the documents value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

DetectLanguageOptionalParameter withDocuments(List<Input> documents)

Set the documents value.

DetectLanguageOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

documents

public List documents()

Get the documents value.

Returns:

the documents value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withDocuments

public DetectLanguageOptionalParameter withDocuments(List documents)

Set the documents value.

Parameters:

documents - the documents value to set

Returns:

the DetectLanguageOptionalParameter object itself.

withThisclientacceptLanguage

public DetectLanguageOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the DetectLanguageOptionalParameter object itself.

Applies to