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

com.google.cloud.videointelligence.v1.TextDetectionConfigOrBuilder Maven / Gradle / Ivy

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

package com.google.cloud.videointelligence.v1;

public interface TextDetectionConfigOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.videointelligence.v1.TextDetectionConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Language hint can be specified if the language to be detected is known a
   * priori. It can increase the accuracy of the detection. Language hint must
   * be language code in BCP-47 format.
   * Automatic language detection is performed if no hint is provided.
   * 
* * repeated string language_hints = 1; */ java.util.List getLanguageHintsList(); /** * * *
   * Language hint can be specified if the language to be detected is known a
   * priori. It can increase the accuracy of the detection. Language hint must
   * be language code in BCP-47 format.
   * Automatic language detection is performed if no hint is provided.
   * 
* * repeated string language_hints = 1; */ int getLanguageHintsCount(); /** * * *
   * Language hint can be specified if the language to be detected is known a
   * priori. It can increase the accuracy of the detection. Language hint must
   * be language code in BCP-47 format.
   * Automatic language detection is performed if no hint is provided.
   * 
* * repeated string language_hints = 1; */ java.lang.String getLanguageHints(int index); /** * * *
   * Language hint can be specified if the language to be detected is known a
   * priori. It can increase the accuracy of the detection. Language hint must
   * be language code in BCP-47 format.
   * Automatic language detection is performed if no hint is provided.
   * 
* * repeated string language_hints = 1; */ com.google.protobuf.ByteString getLanguageHintsBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy