public interface AnalyzeEntitiesRequestOrBuilder 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, hasOneofisInitializedboolean hasDocument()
Input document.
.google.cloud.language.v1beta2.Document document = 1;Document getDocument()
Input document.
.google.cloud.language.v1beta2.Document document = 1;DocumentOrBuilder getDocumentOrBuilder()
Input document.
.google.cloud.language.v1beta2.Document document = 1;int getEncodingTypeValue()
The encoding type used by the API to calculate offsets.
.google.cloud.language.v1beta2.EncodingType encoding_type = 2;EncodingType getEncodingType()
The encoding type used by the API to calculate offsets.
.google.cloud.language.v1beta2.EncodingType encoding_type = 2;