| Modifier and Type | Class and Description |
|---|---|
static class |
Document.TextChange
This message is used for text changes aka.
|
static class |
Document.TextChange.Builder
This message is used for text changes aka.
|
| Modifier and Type | Method and Description |
|---|---|
Document.TextChangeOrBuilder |
Document.getTextChangesOrBuilder(int index)
A list of text corrections made to [Document.text].
|
Document.TextChangeOrBuilder |
Document.Builder.getTextChangesOrBuilder(int index)
A list of text corrections made to [Document.text].
|
Document.TextChangeOrBuilder |
DocumentOrBuilder.getTextChangesOrBuilder(int index)
A list of text corrections made to [Document.text].
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Document.TextChangeOrBuilder> |
Document.getTextChangesOrBuilderList()
A list of text corrections made to [Document.text].
|
List<? extends Document.TextChangeOrBuilder> |
Document.Builder.getTextChangesOrBuilderList()
A list of text corrections made to [Document.text].
|
List<? extends Document.TextChangeOrBuilder> |
DocumentOrBuilder.getTextChangesOrBuilderList()
A list of text corrections made to [Document.text].
|
Copyright © 2020 Google LLC. All rights reserved.