MultiLanguageInput Class

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

public class MultiLanguageInput

The MultiLanguageInput model.

Method Summary

Modifier and Type Method and Description
String id()

Get the id value.

String language()

Get the language value.

String text()

Get the text value.

MultiLanguageInput withId(String id)

Set the id value.

MultiLanguageInput withLanguage(String language)

Set the language value.

MultiLanguageInput withText(String text)

Set the text value.

Method Details

id

public String id()

Get the id value.

Returns:

the id value

language

public String language()

Get the language value.

Returns:

the language value

text

public String text()

Get the text value.

Returns:

the text value

withId

public MultiLanguageInput withId(String id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the MultiLanguageInput object itself.

withLanguage

public MultiLanguageInput withLanguage(String language)

Set the language value.

Parameters:

language - the language value to set

Returns:

the MultiLanguageInput object itself.

withText

public MultiLanguageInput withText(String text)

Set the text value.

Parameters:

text - the text value to set

Returns:

the MultiLanguageInput object itself.

Applies to