Package | Description |
---|---|
com.google.cloud.vision.v1p3beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Class and Description |
---|---|
class |
Word
A word representation.
|
static class |
Word.Builder
A word representation.
|
Modifier and Type | Method and Description |
---|---|
WordOrBuilder |
Paragraph.getWordsOrBuilder(int index)
List of words in this paragraph.
|
WordOrBuilder |
Paragraph.Builder.getWordsOrBuilder(int index)
List of words in this paragraph.
|
WordOrBuilder |
ParagraphOrBuilder.getWordsOrBuilder(int index)
List of words in this paragraph.
|
Modifier and Type | Method and Description |
---|---|
List<? extends WordOrBuilder> |
Paragraph.getWordsOrBuilderList()
List of words in this paragraph.
|
List<? extends WordOrBuilder> |
Paragraph.Builder.getWordsOrBuilderList()
List of words in this paragraph.
|
List<? extends WordOrBuilder> |
ParagraphOrBuilder.getWordsOrBuilderList()
List of words in this paragraph.
|
Copyright © 2022 Google LLC. All rights reserved.