public interface AnalyzeSyntaxRequestOrBuilder 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.
|
boolean |
hasDocument()
Input document.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean 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;
int getEncodingTypeValue()
The encoding type used by the API to calculate offsets.
.google.cloud.language.v1.EncodingType encoding_type = 2;
EncodingType getEncodingType()
The encoding type used by the API to calculate offsets.
.google.cloud.language.v1.EncodingType encoding_type = 2;