public class SentenceModel
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
SentenceModel.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
begin()
Gets the begin.
|
java.lang.String |
documentSection()
Gets the documentSection.
|
java.lang.Long |
end()
Gets the end.
|
SentenceModel.Builder |
newBuilder()
New builder.
|
StringBuilder |
text()
Gets the text.
|
java.lang.Long |
timestamp()
Gets the timestamp.
|
public SentenceModel.Builder newBuilder()
public java.lang.String documentSection()
public StringBuilder text()
public java.lang.Long begin()
public java.lang.Long end()
public java.lang.Long timestamp()
Copyright © 2022 IBM Cloud. All rights reserved.