类 NEMeetingInterpreter

java.lang.Object
com.netease.yunxin.kit.meeting.sdk.interpretation.NEMeetingInterpreter

public class NEMeetingInterpreter extends Object
同声传译译员
  • 字段详细资料

    • userId

      public final String userId
      传译员用户 Id
    • firstLang

      public final String firstLang
      译员第一语言,默认为收听语言。支持的内置语言参考 NEInterpretationLanguages
    • secondLang

      public final String secondLang
      译员第二语言,默认为传译语言。支持的内置语言参考 NEInterpretationLanguages
  • 构造器详细资料

    • NEMeetingInterpreter

      public NEMeetingInterpreter(String userId, String firstLang, String secondLang)
  • 方法详细资料

    • isValid

      public boolean isValid()
      译员信息是否合法
      返回:
      true 合法
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object