Class Paragraphs
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.Paragraphs
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Paragraphs
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The locations of each paragraph in the input document.
-
Constructor Summary
Constructors Constructor Description Paragraphs()
-
Method Summary
Modifier and Type Method Description Location
getLocation()
Gets the location.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
Paragraphs
public Paragraphs()
-
-
Method Details
-
getLocation
Gets the location.The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.
- Returns:
- the location
-