public static final class Feature.Builder extends GeneratedMessageV3.Builder<Feature.Builder> implements FeatureOrBuilder
The type of Google Cloud Vision API detection to perform, and the maximum
number of results to return for that type. Multiple Feature
objects can
be specified in the features
list.
Protobuf type google.cloud.vision.v1p2beta1.Feature
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
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Feature.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
buildPartial()
public Feature buildPartial()
clear()
public Feature.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public Feature.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearMaxResults()
public Feature.Builder clearMaxResults()
Maximum number of results of this type. Does not apply to
TEXT_DETECTION
, DOCUMENT_TEXT_DETECTION
, or CROP_HINTS
.
int32 max_results = 2;
clearModel()
public Feature.Builder clearModel()
Model to use for the feature.
Supported values: "builtin/stable" (the default if unset) and
"builtin/latest". DOCUMENT_TEXT_DETECTION
and TEXT_DETECTION
also
support "builtin/weekly" for the bleeding edge release updated weekly.
string model = 3;
clearOneof(Descriptors.OneofDescriptor oneof)
public Feature.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearType()
public Feature.Builder clearType()
The feature type.
.google.cloud.vision.v1p2beta1.Feature.Type type = 1;
clone()
public Feature.Builder clone()
Overrides
getDefaultInstanceForType()
public Feature getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getMaxResults()
public int getMaxResults()
Maximum number of results of this type. Does not apply to
TEXT_DETECTION
, DOCUMENT_TEXT_DETECTION
, or CROP_HINTS
.
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". DOCUMENT_TEXT_DETECTION
and TEXT_DETECTION
also
support "builtin/weekly" for the bleeding edge release updated weekly.
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". DOCUMENT_TEXT_DETECTION
and TEXT_DETECTION
also
support "builtin/weekly" for the bleeding edge release updated weekly.
string model = 3;
Returns |
---|
Type | Description |
ByteString | The bytes for model.
|
getType()
public Feature.Type getType()
The feature type.
.google.cloud.vision.v1p2beta1.Feature.Type type = 1;
getTypeValue()
public int getTypeValue()
The feature type.
.google.cloud.vision.v1p2beta1.Feature.Type type = 1;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for type.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Feature other)
public Feature.Builder mergeFrom(Feature other)
Parameter |
---|
Name | Description |
other | Feature
|
public Feature.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Feature.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Feature.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Feature.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setMaxResults(int value)
public Feature.Builder setMaxResults(int value)
Maximum number of results of this type. Does not apply to
TEXT_DETECTION
, DOCUMENT_TEXT_DETECTION
, or CROP_HINTS
.
int32 max_results = 2;
Parameter |
---|
Name | Description |
value | int
The maxResults to set.
|
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". DOCUMENT_TEXT_DETECTION
and TEXT_DETECTION
also
support "builtin/weekly" for the bleeding edge release updated weekly.
string model = 3;
Parameter |
---|
Name | Description |
value | String
The model to set.
|
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". DOCUMENT_TEXT_DETECTION
and TEXT_DETECTION
also
support "builtin/weekly" for the bleeding edge release updated weekly.
string model = 3;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for model to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Feature.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setType(Feature.Type value)
public Feature.Builder setType(Feature.Type value)
The feature type.
.google.cloud.vision.v1p2beta1.Feature.Type type = 1;
setTypeValue(int value)
public Feature.Builder setTypeValue(int value)
The feature type.
.google.cloud.vision.v1p2beta1.Feature.Type type = 1;
Parameter |
---|
Name | Description |
value | int
The enum numeric value on the wire for type to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final Feature.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides