Interface AltTranslationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AltTranslation, AltTranslation.Builder

    public interface AltTranslationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getSourceLocale

        String getSourceLocale()
        string sourceLocale = 1;
        Returns:
        The sourceLocale.
      • getSourceLocaleBytes

        com.google.protobuf.ByteString getSourceLocaleBytes()
        string sourceLocale = 1;
        Returns:
        The bytes for sourceLocale.
      • getTargetLocale

        String getTargetLocale()
        string targetLocale = 2;
        Returns:
        The targetLocale.
      • getTargetLocaleBytes

        com.google.protobuf.ByteString getTargetLocaleBytes()
        string targetLocale = 2;
        Returns:
        The bytes for targetLocale.
      • hasTextUnit

        boolean hasTextUnit()
        .TextUnit textUnit = 3;
        Returns:
        Whether the textUnit field is set.
      • getTextUnit

        TextUnit getTextUnit()
        .TextUnit textUnit = 3;
        Returns:
        The textUnit.
      • getTextUnitOrBuilder

        TextUnitOrBuilder getTextUnitOrBuilder()
        .TextUnit textUnit = 3;
      • getCombinedScore

        int getCombinedScore()
        int32 combinedScore = 4;
        Returns:
        The combinedScore.
      • getFuzzyScore

        int getFuzzyScore()
        int32 fuzzyScore = 5;
        Returns:
        The fuzzyScore.
      • hasQualityScore

        boolean hasQualityScore()
        optional int32 qualityScore = 6;
        Returns:
        Whether the qualityScore field is set.
      • getQualityScore

        int getQualityScore()
        optional int32 qualityScore = 6;
        Returns:
        The qualityScore.
      • hasOrigin

        boolean hasOrigin()
        optional string origin = 7;
        Returns:
        Whether the origin field is set.
      • getOrigin

        String getOrigin()
        optional string origin = 7;
        Returns:
        The origin.
      • getOriginBytes

        com.google.protobuf.ByteString getOriginBytes()
        optional string origin = 7;
        Returns:
        The bytes for origin.
      • getFromOriginal

        boolean getFromOriginal()
        bool fromOriginal = 8;
        Returns:
        The fromOriginal.
      • hasEngine

        boolean hasEngine()
        optional string engine = 9;
        Returns:
        Whether the engine field is set.
      • getEngine

        String getEngine()
        optional string engine = 9;
        Returns:
        The engine.
      • getEngineBytes

        com.google.protobuf.ByteString getEngineBytes()
        optional string engine = 9;
        Returns:
        The bytes for engine.
      • getAltTransType

        String getAltTransType()
        string altTransType = 10;
        Returns:
        The altTransType.
      • getAltTransTypeBytes

        com.google.protobuf.ByteString getAltTransTypeBytes()
        string altTransType = 10;
        Returns:
        The bytes for altTransType.
      • hasCurrentToolId

        boolean hasCurrentToolId()
        optional string currentToolId = 11;
        Returns:
        Whether the currentToolId field is set.
      • getCurrentToolId

        String getCurrentToolId()
        optional string currentToolId = 11;
        Returns:
        The currentToolId.
      • getCurrentToolIdBytes

        com.google.protobuf.ByteString getCurrentToolIdBytes()
        optional string currentToolId = 11;
        Returns:
        The bytes for currentToolId.
      • getTypeValue

        int getTypeValue()
        .AltTranslation.MatchType type = 12;
        Returns:
        The enum numeric value on the wire for type.