Package | Description |
---|---|
com.google.cloud.language.v1beta2 |
A client to Cloud Natural Language API
|
Modifier and Type | Method and Description |
---|---|
static DependencyEdge.Label |
DependencyEdge.Label.forNumber(int value) |
DependencyEdge.Label |
DependencyEdge.getLabel()
The parse label for the token.
|
DependencyEdge.Label |
DependencyEdge.Builder.getLabel()
The parse label for the token.
|
DependencyEdge.Label |
DependencyEdgeOrBuilder.getLabel()
The parse label for the token.
|
static DependencyEdge.Label |
DependencyEdge.Label.valueOf(Descriptors.EnumValueDescriptor desc) |
static DependencyEdge.Label |
DependencyEdge.Label.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DependencyEdge.Label |
DependencyEdge.Label.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependencyEdge.Label[] |
DependencyEdge.Label.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<DependencyEdge.Label> |
DependencyEdge.Label.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
DependencyEdge.Builder |
DependencyEdge.Builder.setLabel(DependencyEdge.Label value)
The parse label for the token.
|
Copyright © 2022 Google LLC. All rights reserved.