public interface ListEvaluationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEvaluations(int index)
public abstract Evaluation getEvaluations(int index)The evaluations requested.
repeated .google.cloud.documentai.v1beta3.Evaluation evaluations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Evaluation |
|
getEvaluationsCount()
public abstract int getEvaluationsCount()The evaluations requested.
repeated .google.cloud.documentai.v1beta3.Evaluation evaluations = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEvaluationsList()
public abstract List<Evaluation> getEvaluationsList()The evaluations requested.
repeated .google.cloud.documentai.v1beta3.Evaluation evaluations = 1;
| Returns | |
|---|---|
| Type | Description |
List<Evaluation> |
|
getEvaluationsOrBuilder(int index)
public abstract EvaluationOrBuilder getEvaluationsOrBuilder(int index)The evaluations requested.
repeated .google.cloud.documentai.v1beta3.Evaluation evaluations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EvaluationOrBuilder |
|
getEvaluationsOrBuilderList()
public abstract List<? extends EvaluationOrBuilder> getEvaluationsOrBuilderList()The evaluations requested.
repeated .google.cloud.documentai.v1beta3.Evaluation evaluations = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.documentai.v1beta3.EvaluationOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |