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

com.google.cloud.vision.v1p4beta1.ImageContextOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.142.0
Show newest version
// 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 ImageContextOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vision.v1p4beta1.ImageContext)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Not used.
   * 
* * .google.cloud.vision.v1p4beta1.LatLongRect lat_long_rect = 1; */ boolean hasLatLongRect(); /** * * *
   * Not used.
   * 
* * .google.cloud.vision.v1p4beta1.LatLongRect lat_long_rect = 1; */ com.google.cloud.vision.v1p4beta1.LatLongRect getLatLongRect(); /** * * *
   * Not used.
   * 
* * .google.cloud.vision.v1p4beta1.LatLongRect lat_long_rect = 1; */ com.google.cloud.vision.v1p4beta1.LatLongRectOrBuilder getLatLongRectOrBuilder(); /** * * *
   * List of languages to use for TEXT_DETECTION. In most cases, an empty value
   * yields the best results since it enables automatic language detection. For
   * languages based on the Latin alphabet, setting `language_hints` is not
   * needed. In rare cases, when the language of the text in the image is known,
   * setting a hint will help get better results (although it will be a
   * significant hindrance if the hint is wrong). Text detection returns an
   * error if one or more of the specified languages is not one of the
   * [supported languages](/vision/docs/languages).
   * 
* * repeated string language_hints = 2; */ java.util.List getLanguageHintsList(); /** * * *
   * List of languages to use for TEXT_DETECTION. In most cases, an empty value
   * yields the best results since it enables automatic language detection. For
   * languages based on the Latin alphabet, setting `language_hints` is not
   * needed. In rare cases, when the language of the text in the image is known,
   * setting a hint will help get better results (although it will be a
   * significant hindrance if the hint is wrong). Text detection returns an
   * error if one or more of the specified languages is not one of the
   * [supported languages](/vision/docs/languages).
   * 
* * repeated string language_hints = 2; */ int getLanguageHintsCount(); /** * * *
   * List of languages to use for TEXT_DETECTION. In most cases, an empty value
   * yields the best results since it enables automatic language detection. For
   * languages based on the Latin alphabet, setting `language_hints` is not
   * needed. In rare cases, when the language of the text in the image is known,
   * setting a hint will help get better results (although it will be a
   * significant hindrance if the hint is wrong). Text detection returns an
   * error if one or more of the specified languages is not one of the
   * [supported languages](/vision/docs/languages).
   * 
* * repeated string language_hints = 2; */ java.lang.String getLanguageHints(int index); /** * * *
   * List of languages to use for TEXT_DETECTION. In most cases, an empty value
   * yields the best results since it enables automatic language detection. For
   * languages based on the Latin alphabet, setting `language_hints` is not
   * needed. In rare cases, when the language of the text in the image is known,
   * setting a hint will help get better results (although it will be a
   * significant hindrance if the hint is wrong). Text detection returns an
   * error if one or more of the specified languages is not one of the
   * [supported languages](/vision/docs/languages).
   * 
* * repeated string language_hints = 2; */ com.google.protobuf.ByteString getLanguageHintsBytes(int index); /** * * *
   * Parameters for crop hints annotation request.
   * 
* * .google.cloud.vision.v1p4beta1.CropHintsParams crop_hints_params = 4; */ boolean hasCropHintsParams(); /** * * *
   * Parameters for crop hints annotation request.
   * 
* * .google.cloud.vision.v1p4beta1.CropHintsParams crop_hints_params = 4; */ com.google.cloud.vision.v1p4beta1.CropHintsParams getCropHintsParams(); /** * * *
   * Parameters for crop hints annotation request.
   * 
* * .google.cloud.vision.v1p4beta1.CropHintsParams crop_hints_params = 4; */ com.google.cloud.vision.v1p4beta1.CropHintsParamsOrBuilder getCropHintsParamsOrBuilder(); /** * * *
   * Parameters for product search.
   * 
* * .google.cloud.vision.v1p4beta1.ProductSearchParams product_search_params = 5; */ boolean hasProductSearchParams(); /** * * *
   * Parameters for product search.
   * 
* * .google.cloud.vision.v1p4beta1.ProductSearchParams product_search_params = 5; */ com.google.cloud.vision.v1p4beta1.ProductSearchParams getProductSearchParams(); /** * * *
   * Parameters for product search.
   * 
* * .google.cloud.vision.v1p4beta1.ProductSearchParams product_search_params = 5; */ com.google.cloud.vision.v1p4beta1.ProductSearchParamsOrBuilder getProductSearchParamsOrBuilder(); /** * * *
   * Parameters for web detection.
   * 
* * .google.cloud.vision.v1p4beta1.WebDetectionParams web_detection_params = 6; */ boolean hasWebDetectionParams(); /** * * *
   * Parameters for web detection.
   * 
* * .google.cloud.vision.v1p4beta1.WebDetectionParams web_detection_params = 6; */ com.google.cloud.vision.v1p4beta1.WebDetectionParams getWebDetectionParams(); /** * * *
   * Parameters for web detection.
   * 
* * .google.cloud.vision.v1p4beta1.WebDetectionParams web_detection_params = 6; */ com.google.cloud.vision.v1p4beta1.WebDetectionParamsOrBuilder getWebDetectionParamsOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy