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