Send feedback
Class Feature.Builder (3.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.1.0 keyboard_arrow_down
public static final class Feature . Builder extends GeneratedMessageV3 . Builder<Feature . Builder > implements FeatureOrBuilder
Users describe the type of Google Cloud Vision API tasks to perform over
images by using Feature s. Each Feature indicates a type of image
detection task to perform. Features encode the Cloud Vision API
vertical to operate on and the number of top-scoring results to return.
Protobuf type google.cloud.vision.v1p1beta1.Feature
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Feature . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
Returns
buildPartial()
public Feature buildPartial ()
Returns
clear()
public Feature . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public Feature . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearMaxResults()
public Feature . Builder clearMaxResults ()
Maximum number of results of this type.
int32 max_results = 2;
Returns
clearModel()
public Feature . Builder clearModel ()
Model to use for the feature.
Supported values: "builtin/stable" (the default if unset) and
"builtin/latest".
string model = 3;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public Feature . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearType()
public Feature . Builder clearType ()
The feature type.
.google.cloud.vision.v1p1beta1.Feature.Type type = 1;
Returns
clone()
public Feature . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public Feature getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getMaxResults()
public int getMaxResults ()
Maximum number of results of this type.
int32 max_results = 2;
Returns
Type Description int The maxResults.
getModel()
Model to use for the feature.
Supported values: "builtin/stable" (the default if unset) and
"builtin/latest".
string model = 3;
Returns
Type Description String The model.
getModelBytes()
public ByteString getModelBytes ()
Model to use for the feature.
Supported values: "builtin/stable" (the default if unset) and
"builtin/latest".
string model = 3;
Returns
getType()
public Feature . Type getType ()
The feature type.
.google.cloud.vision.v1p1beta1.Feature.Type type = 1;
Returns
getTypeValue()
public int getTypeValue ()
The feature type.
.google.cloud.vision.v1p1beta1.Feature.Type type = 1;
Returns
Type Description int The enum numeric value on the wire for type.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(Feature other)
public Feature . Builder mergeFrom ( Feature other )
Parameter
Returns
public Feature . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public Feature . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Feature . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Feature . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setMaxResults(int value)
public Feature . Builder setMaxResults ( int value )
Maximum number of results of this type.
int32 max_results = 2;
Parameter
Name Description value int
The maxResults to set.
Returns
setModel(String value)
public Feature . Builder setModel ( String value )
Model to use for the feature.
Supported values: "builtin/stable" (the default if unset) and
"builtin/latest".
string model = 3;
Parameter
Name Description value String
The model to set.
Returns
setModelBytes(ByteString value)
public Feature . Builder setModelBytes ( ByteString value )
Model to use for the feature.
Supported values: "builtin/stable" (the default if unset) and
"builtin/latest".
string model = 3;
Parameter
Name Description value ByteString
The bytes for model to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Feature . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setType(Feature.Type value)
public Feature . Builder setType ( Feature . Type value )
The feature type.
.google.cloud.vision.v1p1beta1.Feature.Type type = 1;
Parameter
Returns
setTypeValue(int value)
public Feature . Builder setTypeValue ( int value )
The feature type.
.google.cloud.vision.v1p1beta1.Feature.Type type = 1;
Parameter
Name Description value int
The enum numeric value on the wire for type to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final Feature . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
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-21 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-21 UTC."],[],[]]