Package | Description |
---|---|
com.google.cloud.vision.v1p2beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.addAllDetectedLanguages(Iterable<? extends TextAnnotation.DetectedLanguage> values)
A list of detected languages together with confidence.
|
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.addDetectedLanguages(int index,
TextAnnotation.DetectedLanguage.Builder builderForValue)
A list of detected languages together with confidence.
|
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.Builder builderForValue)
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.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.clear() |
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.clearDetectedBreak()
Detected start or end of a text segment.
|
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.clearDetectedLanguages()
A list of detected languages together with confidence.
|
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.clearField(Descriptors.FieldDescriptor field) |
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.clone() |
TextAnnotation.TextProperty.Builder |
Paragraph.Builder.getPropertyBuilder()
Additional information detected for the paragraph.
|
TextAnnotation.TextProperty.Builder |
Word.Builder.getPropertyBuilder()
Additional information detected for the word.
|
TextAnnotation.TextProperty.Builder |
Block.Builder.getPropertyBuilder()
Additional information detected for the block.
|
TextAnnotation.TextProperty.Builder |
Page.Builder.getPropertyBuilder()
Additional information detected on the page.
|
TextAnnotation.TextProperty.Builder |
Symbol.Builder.getPropertyBuilder()
Additional information detected for the symbol.
|
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.mergeDetectedBreak(TextAnnotation.DetectedBreak value)
Detected start or end of a text segment.
|
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.mergeFrom(Message other) |
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.mergeFrom(TextAnnotation.TextProperty other) |
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.newBuilder() |
static TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.newBuilder(TextAnnotation.TextProperty prototype) |
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.newBuilderForType() |
protected TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.removeDetectedLanguages(int index)
A list of detected languages together with confidence.
|
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.setDetectedBreak(TextAnnotation.DetectedBreak.Builder builderForValue)
Detected start or end of a text segment.
|
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.setDetectedBreak(TextAnnotation.DetectedBreak value)
Detected start or end of a text segment.
|
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.setDetectedLanguages(int index,
TextAnnotation.DetectedLanguage.Builder builderForValue)
A list of detected languages together with confidence.
|
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.setDetectedLanguages(int index,
TextAnnotation.DetectedLanguage value)
A list of detected languages together with confidence.
|
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Paragraph.Builder |
Paragraph.Builder.setProperty(TextAnnotation.TextProperty.Builder builderForValue)
Additional information detected for the paragraph.
|
Word.Builder |
Word.Builder.setProperty(TextAnnotation.TextProperty.Builder builderForValue)
Additional information detected for the word.
|
Block.Builder |
Block.Builder.setProperty(TextAnnotation.TextProperty.Builder builderForValue)
Additional information detected for the block.
|
Page.Builder |
Page.Builder.setProperty(TextAnnotation.TextProperty.Builder builderForValue)
Additional information detected on the page.
|
Symbol.Builder |
Symbol.Builder.setProperty(TextAnnotation.TextProperty.Builder builderForValue)
Additional information detected for the symbol.
|
Copyright © 2022 Google LLC. All rights reserved.