EntityModelUpdateObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. EntityModelUpdateObject
- com.
public class EntityModelUpdateObject
An entity extractor update object.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
instanceOfProperty()
Get the instanceOfProperty value. |
String |
name()
Get the name value. |
Entity |
withInstanceOfProperty(String instanceOfProperty)
Set the instanceOfProperty value. |
Entity |
withName(String name)
Set the name value. |
Method Details
instanceOfProperty
public String instanceOfProperty()
Get the instanceOfProperty value.
Returns:
the instanceOfProperty value
name
public String name()
Get the name value.
Returns:
the name value
withInstanceOfProperty
public EntityModelUpdateObject withInstanceOfProperty(String instanceOfProperty)
Set the instanceOfProperty value.
Parameters:
instanceOfProperty
- the instanceOfProperty value to set
Returns:
the EntityModelUpdateObject object itself.
withName
public EntityModelUpdateObject withName(String name)
Set the name value.
Parameters:
name
- the name value to set
Returns:
the EntityModelUpdateObject object itself.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java