com.google.cloud.vision.v1p4beta1.FeatureOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-vision-v1p4beta1 Show documentation
Show all versions of proto-google-cloud-vision-v1p4beta1 Show documentation
PROTO library for proto-google-cloud-vision-v1p4beta1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/vision/v1p4beta1/image_annotator.proto
package com.google.cloud.vision.v1p4beta1;
public interface FeatureOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.vision.v1p4beta1.Feature)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The feature type.
*
*
* .google.cloud.vision.v1p4beta1.Feature.Type type = 1;
*/
int getTypeValue();
/**
*
*
*
* The feature type.
*
*
* .google.cloud.vision.v1p4beta1.Feature.Type type = 1;
*/
com.google.cloud.vision.v1p4beta1.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 - 2025 Weber Informatics LLC | Privacy Policy