Interface InterpretInferenceWordRspOuterClass.InterpretInferenceWordRspOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InterpretInferenceWordRspOuterClass.InterpretInferenceWordRsp, InterpretInferenceWordRspOuterClass.InterpretInferenceWordRsp.Builder
Enclosing class:
InterpretInferenceWordRspOuterClass

public static interface InterpretInferenceWordRspOuterClass.InterpretInferenceWordRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 page_id = 9;
    int
    int32 retcode = 15;
    int
    uint32 word_id = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getRetcode

      int getRetcode()
      int32 retcode = 15;
      Returns:
      The retcode.
    • getWordId

      int getWordId()
      uint32 word_id = 2;
      Returns:
      The wordId.
    • getPageId

      int getPageId()
      uint32 page_id = 9;
      Returns:
      The pageId.