public class DocumentAttribute
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
TableElementLocation |
getLocation()
Gets the location.
|
String |
getText()
Gets the text.
|
String |
getType()
Gets the type.
|
public String getType()
The type of attribute.
public String getText()
The text associated with the attribute.
public TableElementLocation getLocation()
The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.
Copyright © 2023 IBM Cloud. All rights reserved.