Class Feature.Builder (2.0.29) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 2.0.29keyboard_arrow_down  
  
 
    
    
     
    
    
    
    
    
      
  
  
  
    
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.v1p4beta1.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. Does not apply to
 TEXT_DETECTION, DOCUMENT_TEXT_DETECTION, or CROP_HINTS.
 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.v1p4beta1.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. 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".
 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.v1p4beta1.Feature.Type type = 1;
 
  Returns 
  
   
  getTypeValue() 
  
    
public   int   getTypeValue ()  
   
   The feature type.
 .google.cloud.vision.v1p4beta1.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. 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.
 
       
     
  
  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.v1p4beta1.Feature.Type type = 1;
 
  Parameter 
  
  Returns 
  
   
  setTypeValue(int value) 
  
    
public   Feature . Builder   setTypeValue ( int   value )  
   
   The feature type.
 .google.cloud.vision.v1p4beta1.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 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  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-10-30 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]