| Modifier and Type | Method and Description |
|---|---|
static EncodingType |
EncodingType.forNumber(int value) |
EncodingType |
AnalyzeSyntaxRequestOrBuilder.getEncodingType()
The encoding type used by the API to calculate offsets.
|
EncodingType |
AnalyzeEntitySentimentRequestOrBuilder.getEncodingType()
The encoding type used by the API to calculate offsets.
|
EncodingType |
AnalyzeSyntaxRequest.getEncodingType()
The encoding type used by the API to calculate offsets.
|
EncodingType |
AnalyzeSyntaxRequest.Builder.getEncodingType()
The encoding type used by the API to calculate offsets.
|
EncodingType |
AnalyzeSentimentRequestOrBuilder.getEncodingType()
The encoding type used by the API to calculate sentence offsets.
|
EncodingType |
AnalyzeEntitiesRequest.getEncodingType()
The encoding type used by the API to calculate offsets.
|
EncodingType |
AnalyzeEntitiesRequest.Builder.getEncodingType()
The encoding type used by the API to calculate offsets.
|
EncodingType |
AnalyzeSentimentRequest.getEncodingType()
The encoding type used by the API to calculate sentence offsets.
|
EncodingType |
AnalyzeSentimentRequest.Builder.getEncodingType()
The encoding type used by the API to calculate sentence offsets.
|
EncodingType |
AnalyzeEntitySentimentRequest.getEncodingType()
The encoding type used by the API to calculate offsets.
|
EncodingType |
AnalyzeEntitySentimentRequest.Builder.getEncodingType()
The encoding type used by the API to calculate offsets.
|
EncodingType |
AnnotateTextRequestOrBuilder.getEncodingType()
The encoding type used by the API to calculate offsets.
|
EncodingType |
AnnotateTextRequest.getEncodingType()
The encoding type used by the API to calculate offsets.
|
EncodingType |
AnnotateTextRequest.Builder.getEncodingType()
The encoding type used by the API to calculate offsets.
|
EncodingType |
AnalyzeEntitiesRequestOrBuilder.getEncodingType()
The encoding type used by the API to calculate offsets.
|
static EncodingType |
EncodingType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EncodingType |
EncodingType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EncodingType |
EncodingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodingType[] |
EncodingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<EncodingType> |
EncodingType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
AnalyzeSyntaxRequest.Builder |
AnalyzeSyntaxRequest.Builder.setEncodingType(EncodingType value)
The encoding type used by the API to calculate offsets.
|
AnalyzeEntitiesRequest.Builder |
AnalyzeEntitiesRequest.Builder.setEncodingType(EncodingType value)
The encoding type used by the API to calculate offsets.
|
AnalyzeSentimentRequest.Builder |
AnalyzeSentimentRequest.Builder.setEncodingType(EncodingType value)
The encoding type used by the API to calculate sentence offsets.
|
AnalyzeEntitySentimentRequest.Builder |
AnalyzeEntitySentimentRequest.Builder.setEncodingType(EncodingType value)
The encoding type used by the API to calculate offsets.
|
AnnotateTextRequest.Builder |
AnnotateTextRequest.Builder.setEncodingType(EncodingType value)
The encoding type used by the API to calculate offsets.
|
Copyright © 2024 Google LLC. All rights reserved.