com.google.cloud.videointelligence.v1.TextDetectionConfigOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-video-intelligence-v1 Show documentation
Show all versions of proto-google-cloud-video-intelligence-v1 Show documentation
PROTO library for proto-google-cloud-video-intelligence-v1
// 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);
}