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