AvailableCulture Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. AvailableCulture
- com.
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. |
Available |
withCode(String code)
Set the code value. |
Available |
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java