Send feedback
Class EntityExtractionParams.Builder (2.51.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.51.0 keyboard_arrow_down
public static final class EntityExtractionParams . Builder extends GeneratedMessageV3 . Builder<EntityExtractionParams . Builder > implements EntityExtractionParamsOrBuilder
Parameters to control entity extraction behavior.
Protobuf type google.cloud.documentai.v1beta1.EntityExtractionParams
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Methods
public EntityExtractionParams . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public EntityExtractionParams build ()
public EntityExtractionParams buildPartial ()
public EntityExtractionParams . Builder clear ()
Overrides
public EntityExtractionParams . Builder clearEnabled ()
Whether to enable entity extraction.
bool enabled = 1;
public EntityExtractionParams . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
public EntityExtractionParams . Builder clearModelVersion ()
Model version of the entity extraction. Default is
"builtin/stable". Specify "builtin/latest" for the latest model.
string model_version = 2;
public EntityExtractionParams . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
public EntityExtractionParams . Builder clone ()
Overrides
public EntityExtractionParams getDefaultInstanceForType ()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
public boolean getEnabled ()
Whether to enable entity extraction.
bool enabled = 1;
Returns
Type
Description
boolean
The enabled.
public String getModelVersion ()
Model version of the entity extraction. Default is
"builtin/stable". Specify "builtin/latest" for the latest model.
string model_version = 2;
Returns
Type
Description
String
The modelVersion.
public ByteString getModelVersionBytes ()
Model version of the entity extraction. Default is
"builtin/stable". Specify "builtin/latest" for the latest model.
string model_version = 2;
Returns
Type
Description
ByteString
The bytes for modelVersion.
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public EntityExtractionParams . Builder mergeFrom ( EntityExtractionParams other )
public EntityExtractionParams . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
public EntityExtractionParams . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
public final EntityExtractionParams . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
public EntityExtractionParams . Builder setEnabled ( boolean value )
Whether to enable entity extraction.
bool enabled = 1;
Parameter
Name
Description
value
boolean
The enabled to set.
public EntityExtractionParams . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public EntityExtractionParams . Builder setModelVersion ( String value )
Model version of the entity extraction. Default is
"builtin/stable". Specify "builtin/latest" for the latest model.
string model_version = 2;
Parameter
Name
Description
value
String
The modelVersion to set.
public EntityExtractionParams . Builder setModelVersionBytes ( ByteString value )
Model version of the entity extraction. Default is
"builtin/stable". Specify "builtin/latest" for the latest model.
string model_version = 2;
Parameter
Name
Description
value
ByteString
The bytes for modelVersion to set.
public EntityExtractionParams . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
public final EntityExtractionParams . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]