Uses of Class
com.google.cloud.vision.v1p3beta1.TextAnnotation.DetectedLanguage
-
Packages that use TextAnnotation.DetectedLanguage Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of TextAnnotation.DetectedLanguage in com.google.cloud.vision.v1p3beta1
Methods in com.google.cloud.vision.v1p3beta1 that return TextAnnotation.DetectedLanguage Modifier and Type Method Description TextAnnotation.DetectedLanguage
TextAnnotation.DetectedLanguage.Builder. build()
TextAnnotation.DetectedLanguage
TextAnnotation.DetectedLanguage.Builder. buildPartial()
static TextAnnotation.DetectedLanguage
TextAnnotation.DetectedLanguage. getDefaultInstance()
TextAnnotation.DetectedLanguage
TextAnnotation.DetectedLanguage.Builder. getDefaultInstanceForType()
TextAnnotation.DetectedLanguage
TextAnnotation.DetectedLanguage. getDefaultInstanceForType()
TextAnnotation.DetectedLanguage
TextAnnotation.TextProperty.Builder. getDetectedLanguages(int index)
A list of detected languages together with confidence.TextAnnotation.DetectedLanguage
TextAnnotation.TextProperty. getDetectedLanguages(int index)
A list of detected languages together with confidence.TextAnnotation.DetectedLanguage
TextAnnotation.TextPropertyOrBuilder. getDetectedLanguages(int index)
A list of detected languages together with confidence.static TextAnnotation.DetectedLanguage
TextAnnotation.DetectedLanguage. parseDelimitedFrom(InputStream input)
static TextAnnotation.DetectedLanguage
TextAnnotation.DetectedLanguage. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextAnnotation.DetectedLanguage
TextAnnotation.DetectedLanguage. parseFrom(byte[] data)
static TextAnnotation.DetectedLanguage
TextAnnotation.DetectedLanguage. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextAnnotation.DetectedLanguage
TextAnnotation.DetectedLanguage. parseFrom(com.google.protobuf.ByteString data)
static TextAnnotation.DetectedLanguage
TextAnnotation.DetectedLanguage. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextAnnotation.DetectedLanguage
TextAnnotation.DetectedLanguage. parseFrom(com.google.protobuf.CodedInputStream input)
static TextAnnotation.DetectedLanguage
TextAnnotation.DetectedLanguage. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextAnnotation.DetectedLanguage
TextAnnotation.DetectedLanguage. parseFrom(InputStream input)
static TextAnnotation.DetectedLanguage
TextAnnotation.DetectedLanguage. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextAnnotation.DetectedLanguage
TextAnnotation.DetectedLanguage. parseFrom(ByteBuffer data)
static TextAnnotation.DetectedLanguage
TextAnnotation.DetectedLanguage. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p3beta1 that return types with arguments of type TextAnnotation.DetectedLanguage Modifier and Type Method Description List<TextAnnotation.DetectedLanguage>
TextAnnotation.TextProperty.Builder. getDetectedLanguagesList()
A list of detected languages together with confidence.List<TextAnnotation.DetectedLanguage>
TextAnnotation.TextProperty. getDetectedLanguagesList()
A list of detected languages together with confidence.List<TextAnnotation.DetectedLanguage>
TextAnnotation.TextPropertyOrBuilder. getDetectedLanguagesList()
A list of detected languages together with confidence.com.google.protobuf.Parser<TextAnnotation.DetectedLanguage>
TextAnnotation.DetectedLanguage. getParserForType()
static com.google.protobuf.Parser<TextAnnotation.DetectedLanguage>
TextAnnotation.DetectedLanguage. parser()
Methods in com.google.cloud.vision.v1p3beta1 with parameters of type TextAnnotation.DetectedLanguage Modifier and Type Method Description TextAnnotation.TextProperty.Builder
TextAnnotation.TextProperty.Builder. addDetectedLanguages(int index, TextAnnotation.DetectedLanguage value)
A list of detected languages together with confidence.TextAnnotation.TextProperty.Builder
TextAnnotation.TextProperty.Builder. addDetectedLanguages(TextAnnotation.DetectedLanguage value)
A list of detected languages together with confidence.TextAnnotation.DetectedLanguage.Builder
TextAnnotation.DetectedLanguage.Builder. mergeFrom(TextAnnotation.DetectedLanguage other)
static TextAnnotation.DetectedLanguage.Builder
TextAnnotation.DetectedLanguage. newBuilder(TextAnnotation.DetectedLanguage prototype)
TextAnnotation.TextProperty.Builder
TextAnnotation.TextProperty.Builder. setDetectedLanguages(int index, TextAnnotation.DetectedLanguage value)
A list of detected languages together with confidence.Method parameters in com.google.cloud.vision.v1p3beta1 with type arguments of type TextAnnotation.DetectedLanguage Modifier and Type Method Description TextAnnotation.TextProperty.Builder
TextAnnotation.TextProperty.Builder. addAllDetectedLanguages(Iterable<? extends TextAnnotation.DetectedLanguage> values)
A list of detected languages together with confidence.
-