package V;

import android.view.textclassifier.TextClassification;

/* JADX INFO: loaded from: classes.dex */
public final class U {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final CharSequence f7004a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final long f7005b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final TextClassification f7006c;

    public U(CharSequence charSequence, long j4, TextClassification textClassification) {
        this.f7004a = charSequence;
        this.f7005b = j4;
        this.f7006c = textClassification;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof U)) {
            return false;
        }
        U u6 = (U) obj;
        return kotlin.jvm.internal.o.c(this.f7004a, u6.f7004a) && T0.N.b(this.f7005b, u6.f7005b) && kotlin.jvm.internal.o.c(this.f7006c, u6.f7006c);
    }

    public final int hashCode() {
        int iHashCode = this.f7004a.hashCode() * 31;
        int i6 = T0.N.f6482c;
        return this.f7006c.hashCode() + com.google.android.recaptcha.internal.a.e(iHashCode, 31, this.f7005b);
    }

    public final String toString() {
        return "TextClassificationResult(text=" + ((Object) this.f7004a) + ", selection=" + ((Object) T0.N.h(this.f7005b)) + ", textClassification=" + this.f7006c + ')';
    }
}
