public interface FeatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxResults()
Maximum number of results of this type.
|
Feature.Type |
getType()
The feature type.
|
int |
getTypeValue()
The feature type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
The feature type.
optional .google.cloud.vision.v1.Feature.Type type = 1;Feature.Type getType()
The feature type.
optional .google.cloud.vision.v1.Feature.Type type = 1;int getMaxResults()
Maximum number of results of this type.
optional int32 max_results = 2;