| 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 |
ParagraphOrBuilder.getWordsOrBuilder(int index)
List of all words in this paragraph.
|
WordOrBuilder |
Paragraph.getWordsOrBuilder(int index)
List of all words in this paragraph.
|
WordOrBuilder |
Paragraph.Builder.getWordsOrBuilder(int index)
List of all words in this paragraph.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends WordOrBuilder> |
ParagraphOrBuilder.getWordsOrBuilderList()
List of all words in this paragraph.
|
List<? extends WordOrBuilder> |
Paragraph.getWordsOrBuilderList()
List of all words in this paragraph.
|
List<? extends WordOrBuilder> |
Paragraph.Builder.getWordsOrBuilderList()
List of all words in this paragraph.
|
Copyright © 2023 Google LLC. All rights reserved.