你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AvailableCulture Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.AvailableCulture

public class AvailableCulture

Available culture for using in a new application.

Method Summary

Modifier and Type Method and Description
String code()

Get the code value.

String name()

Get the name value.

AvailableCulture withCode(String code)

Set the code value.

AvailableCulture withName(String name)

Set the name value.

Method Details

code

public String code()

Get the code value.

Returns:

the code value

name

public String name()

Get the name value.

Returns:

the name value

withCode

public AvailableCulture withCode(String code)

Set the code value.

Parameters:

code - the code value to set

Returns:

the AvailableCulture object itself.

withName

public AvailableCulture withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the AvailableCulture object itself.

Applies to