public static interface TranscriptNormalization.EntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCaseSensitive()
Whether the search is case sensitive.
|
String |
getReplace()
What to replace with.
|
com.google.protobuf.ByteString |
getReplaceBytes()
What to replace with.
|
String |
getSearch()
What to replace.
|
com.google.protobuf.ByteString |
getSearchBytes()
What to replace.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSearch()
What to replace. Max length is 100 characters.
string search = 1;com.google.protobuf.ByteString getSearchBytes()
What to replace. Max length is 100 characters.
string search = 1;String getReplace()
What to replace with. Max length is 100 characters.
string replace = 2;com.google.protobuf.ByteString getReplaceBytes()
What to replace with. Max length is 100 characters.
string replace = 2;boolean getCaseSensitive()
Whether the search is case sensitive.
bool case_sensitive = 3;Copyright © 2022 Google LLC. All rights reserved.