public interface EntityExtractionParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnabled()
Whether to enable entity extraction.
|
String |
getModelVersion()
Model version of the entity extraction.
|
com.google.protobuf.ByteString |
getModelVersionBytes()
Model version of the entity extraction.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getEnabled()
Whether to enable entity extraction.
bool enabled = 1;String getModelVersion()
Model version of the entity extraction. Default is "builtin/stable". Specify "builtin/latest" for the latest model.
string model_version = 2;com.google.protobuf.ByteString getModelVersionBytes()
Model version of the entity extraction. Default is "builtin/stable". Specify "builtin/latest" for the latest model.
string model_version = 2;Copyright © 2024 Google LLC. All rights reserved.