public class Mention
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
Mention()  | 
| Modifier and Type | Method and Description | 
|---|---|
Location | 
getLocation()
Gets the location. 
 | 
String | 
getText()
Gets the text. 
 | 
public String getText()
The name of the party.
public Location getLocation()
The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.
Copyright © 2021 IBM Cloud. All rights reserved.