All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.okapi.proto.textunitflat.AltTranslationOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: TextUnitFlat.proto

package net.sf.okapi.proto.textunitflat;

public interface AltTranslationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:AltTranslation)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string sourceLocale = 1;
   * @return The sourceLocale.
   */
  java.lang.String getSourceLocale();
  /**
   * string sourceLocale = 1;
   * @return The bytes for sourceLocale.
   */
  com.google.protobuf.ByteString
      getSourceLocaleBytes();

  /**
   * string targetLocale = 2;
   * @return The targetLocale.
   */
  java.lang.String getTargetLocale();
  /**
   * string targetLocale = 2;
   * @return The bytes for targetLocale.
   */
  com.google.protobuf.ByteString
      getTargetLocaleBytes();

  /**
   * .TextUnit textUnit = 3;
   * @return Whether the textUnit field is set.
   */
  boolean hasTextUnit();
  /**
   * .TextUnit textUnit = 3;
   * @return The textUnit.
   */
  net.sf.okapi.proto.textunitflat.TextUnit getTextUnit();
  /**
   * .TextUnit textUnit = 3;
   */
  net.sf.okapi.proto.textunitflat.TextUnitOrBuilder getTextUnitOrBuilder();

  /**
   * int32 combinedScore = 4;
   * @return The combinedScore.
   */
  int getCombinedScore();

  /**
   * int32 fuzzyScore = 5;
   * @return The fuzzyScore.
   */
  int getFuzzyScore();

  /**
   * optional int32 qualityScore = 6;
   * @return Whether the qualityScore field is set.
   */
  boolean hasQualityScore();
  /**
   * optional int32 qualityScore = 6;
   * @return The qualityScore.
   */
  int getQualityScore();

  /**
   * optional string origin = 7;
   * @return Whether the origin field is set.
   */
  boolean hasOrigin();
  /**
   * optional string origin = 7;
   * @return The origin.
   */
  java.lang.String getOrigin();
  /**
   * optional string origin = 7;
   * @return The bytes for origin.
   */
  com.google.protobuf.ByteString
      getOriginBytes();

  /**
   * bool fromOriginal = 8;
   * @return The fromOriginal.
   */
  boolean getFromOriginal();

  /**
   * optional string engine = 9;
   * @return Whether the engine field is set.
   */
  boolean hasEngine();
  /**
   * optional string engine = 9;
   * @return The engine.
   */
  java.lang.String getEngine();
  /**
   * optional string engine = 9;
   * @return The bytes for engine.
   */
  com.google.protobuf.ByteString
      getEngineBytes();

  /**
   * string altTransType = 10;
   * @return The altTransType.
   */
  java.lang.String getAltTransType();
  /**
   * string altTransType = 10;
   * @return The bytes for altTransType.
   */
  com.google.protobuf.ByteString
      getAltTransTypeBytes();

  /**
   * optional string currentToolId = 11;
   * @return Whether the currentToolId field is set.
   */
  boolean hasCurrentToolId();
  /**
   * optional string currentToolId = 11;
   * @return The currentToolId.
   */
  java.lang.String getCurrentToolId();
  /**
   * optional string currentToolId = 11;
   * @return The bytes for currentToolId.
   */
  com.google.protobuf.ByteString
      getCurrentToolIdBytes();

  /**
   * .AltTranslation.MatchType type = 12;
   * @return The enum numeric value on the wire for type.
   */
  int getTypeValue();
  /**
   * .AltTranslation.MatchType type = 12;
   * @return The type.
   */
  net.sf.okapi.proto.textunitflat.AltTranslation.MatchType getType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy