All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.vision.v1.FeatureOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.47.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/vision/v1/image_annotator.proto

package com.google.cloud.vision.v1;

public interface FeatureOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vision.v1.Feature)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The feature type.
   * 
* * .google.cloud.vision.v1.Feature.Type type = 1; */ int getTypeValue(); /** *
   * The feature type.
   * 
* * .google.cloud.vision.v1.Feature.Type type = 1; */ com.google.cloud.vision.v1.Feature.Type getType(); /** *
   * Maximum number of results of this type. Does not apply to
   * `TEXT_DETECTION`, `DOCUMENT_TEXT_DETECTION`, or `CROP_HINTS`.
   * 
* * int32 max_results = 2; */ int getMaxResults(); /** *
   * Model to use for the feature.
   * Supported values: "builtin/stable" (the default if unset) and
   * "builtin/latest".
   * 
* * string model = 3; */ java.lang.String getModel(); /** *
   * Model to use for the feature.
   * Supported values: "builtin/stable" (the default if unset) and
   * "builtin/latest".
   * 
* * string model = 3; */ com.google.protobuf.ByteString getModelBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy