Interface ProtoResultCache.NewLanguageMatchOrBuilder

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

public static interface ProtoResultCache.NewLanguageMatchOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    float confidence = 2;
    string languageCode = 1;
    com.google.protobuf.ByteString
    string languageCode = 1;

    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

    • getLanguageCode

      String getLanguageCode()
      string languageCode = 1;
      Returns:
      The languageCode.
    • getLanguageCodeBytes

      com.google.protobuf.ByteString getLanguageCodeBytes()
      string languageCode = 1;
      Returns:
      The bytes for languageCode.
    • getConfidence

      float getConfidence()
      float confidence = 2;
      Returns:
      The confidence.