public interface AnnotateTextRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument()
Input document.
|
DocumentOrBuilder |
getDocumentOrBuilder()
Input document.
|
EncodingType |
getEncodingType()
The encoding type used by the API to calculate offsets.
|
int |
getEncodingTypeValue()
The encoding type used by the API to calculate offsets.
|
AnnotateTextRequest.Features |
getFeatures()
The enabled features.
|
AnnotateTextRequest.FeaturesOrBuilder |
getFeaturesOrBuilder()
The enabled features.
|
boolean |
hasDocument()
Input document.
|
boolean |
hasFeatures()
The enabled features.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasDocument()
Input document.
.google.cloud.language.v1.Document document = 1;Document getDocument()
Input document.
.google.cloud.language.v1.Document document = 1;DocumentOrBuilder getDocumentOrBuilder()
Input document.
.google.cloud.language.v1.Document document = 1;boolean hasFeatures()
The enabled features.
.google.cloud.language.v1.AnnotateTextRequest.Features features = 2;AnnotateTextRequest.Features getFeatures()
The enabled features.
.google.cloud.language.v1.AnnotateTextRequest.Features features = 2;AnnotateTextRequest.FeaturesOrBuilder getFeaturesOrBuilder()
The enabled features.
.google.cloud.language.v1.AnnotateTextRequest.Features features = 2;int getEncodingTypeValue()
The encoding type used by the API to calculate offsets.
.google.cloud.language.v1.EncodingType encoding_type = 3;EncodingType getEncodingType()
The encoding type used by the API to calculate offsets.
.google.cloud.language.v1.EncodingType encoding_type = 3;