public interface AnalyzeSentimentRequestOrBuilder 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 sentence offsets.
|
int |
getEncodingTypeValue()
The encoding type used by the API to calculate sentence offsets.
|
boolean |
hasDocument()
Input document.
|
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;int getEncodingTypeValue()
The encoding type used by the API to calculate sentence offsets.
.google.cloud.language.v1.EncodingType encoding_type = 2;EncodingType getEncodingType()
The encoding type used by the API to calculate sentence offsets.
.google.cloud.language.v1.EncodingType encoding_type = 2;