21 lines
643 B
Java
21 lines
643 B
Java
|
package com.google.firebase.ml.vision.face;
|
||
|
|
||
|
import com.google.android.gms.internal.firebase_ml.zzkj;
|
||
|
import com.google.firebase.ml.vision.common.FirebaseVisionPoint;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public class FirebaseVisionFaceContour {
|
||
|
private final int type;
|
||
|
private final List<FirebaseVisionPoint> zzayd;
|
||
|
|
||
|
public FirebaseVisionFaceContour(int i, List<FirebaseVisionPoint> list) {
|
||
|
this.type = i;
|
||
|
this.zzayd = list;
|
||
|
}
|
||
|
|
||
|
public String toString() {
|
||
|
return zzkj.zzaz("FirebaseVisionFaceContour").zzb("type", this.type).zzh("points", this.zzayd.toArray()).toString();
|
||
|
}
|
||
|
}
|