public class Parties
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
Parties.Importance
A string that identifies the importance of the party. 
 | 
| Constructor and Description | 
|---|
Parties()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Address> | 
getAddresses()
Gets the addresses. 
 | 
List<Contact> | 
getContacts()
Gets the contacts. 
 | 
String | 
getImportance()
Gets the importance. 
 | 
List<Mention> | 
getMentions()
Gets the mentions. 
 | 
String | 
getParty()
Gets the party. 
 | 
String | 
getRole()
Gets the role. 
 | 
public String getParty()
The normalized form of the party's name.
public String getRole()
A string identifying the party's role.
public String getImportance()
A string that identifies the importance of the party.
public List<Address> getAddresses()
A list of the party's address or addresses.
public List<Contact> getContacts()
A list of the names and roles of contacts identified in the input document.
Copyright © 2021 IBM Cloud. All rights reserved.