Uses of Class
com.google.cloud.vision.v1p2beta1.TextAnnotation
-
Packages that use TextAnnotation Package Description com.google.cloud.vision.v1p2beta1 A client to Cloud Vision API -
-
Uses of TextAnnotation in com.google.cloud.vision.v1p2beta1
Methods in com.google.cloud.vision.v1p2beta1 that return TextAnnotation Modifier and Type Method Description TextAnnotationTextAnnotation.Builder. build()TextAnnotationTextAnnotation.Builder. buildPartial()static TextAnnotationTextAnnotation. getDefaultInstance()TextAnnotationTextAnnotation.Builder. getDefaultInstanceForType()TextAnnotationTextAnnotation. getDefaultInstanceForType()TextAnnotationAnnotateImageResponse.Builder. getFullTextAnnotation()If present, text (OCR) detection or document (OCR) text detection has completed successfully.TextAnnotationAnnotateImageResponse. getFullTextAnnotation()If present, text (OCR) detection or document (OCR) text detection has completed successfully.TextAnnotationAnnotateImageResponseOrBuilder. getFullTextAnnotation()If present, text (OCR) detection or document (OCR) text detection has completed successfully.static TextAnnotationTextAnnotation. parseDelimitedFrom(InputStream input)static TextAnnotationTextAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextAnnotationTextAnnotation. parseFrom(byte[] data)static TextAnnotationTextAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextAnnotationTextAnnotation. parseFrom(com.google.protobuf.ByteString data)static TextAnnotationTextAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextAnnotationTextAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)static TextAnnotationTextAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextAnnotationTextAnnotation. parseFrom(InputStream input)static TextAnnotationTextAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextAnnotationTextAnnotation. parseFrom(ByteBuffer data)static TextAnnotationTextAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1p2beta1 that return types with arguments of type TextAnnotation Modifier and Type Method Description com.google.protobuf.Parser<TextAnnotation>TextAnnotation. getParserForType()static com.google.protobuf.Parser<TextAnnotation>TextAnnotation. parser()Methods in com.google.cloud.vision.v1p2beta1 with parameters of type TextAnnotation Modifier and Type Method Description TextAnnotation.BuilderTextAnnotation.Builder. mergeFrom(TextAnnotation other)AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. mergeFullTextAnnotation(TextAnnotation value)If present, text (OCR) detection or document (OCR) text detection has completed successfully.static TextAnnotation.BuilderTextAnnotation. newBuilder(TextAnnotation prototype)AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. setFullTextAnnotation(TextAnnotation value)If present, text (OCR) detection or document (OCR) text detection has completed successfully.
-