Package org.languagetool.rules.ml
Interface MLServerProto.AnalyzeRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MLServerProto.AnalyzeRequest,MLServerProto.AnalyzeRequest.Builder
- Enclosing class:
MLServerProto
public static interface MLServerProto.AnalyzeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.lt_ml_server.ProcessingOptions options = 2;.lt_ml_server.ProcessingOptions options = 2;getText()string text = 1;com.google.protobuf.ByteStringstring text = 1;boolean.lt_ml_server.ProcessingOptions options = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getText
String getText()string text = 1;- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()string text = 1;- Returns:
- The bytes for text.
-
hasOptions
boolean hasOptions().lt_ml_server.ProcessingOptions options = 2;- Returns:
- Whether the options field is set.
-
getOptions
MLServerProto.ProcessingOptions getOptions().lt_ml_server.ProcessingOptions options = 2;- Returns:
- The options.
-
getOptionsOrBuilder
MLServerProto.ProcessingOptionsOrBuilder getOptionsOrBuilder().lt_ml_server.ProcessingOptions options = 2;
-