public class OcrUrisInput
extends OcrInput
Allows to set OCR input as a list of URIs of encrypted or normal images
public OcrUrisInput(@NotNull
java.util.List<? extends android.net.Uri> uris,
boolean encryptedInput)
Allows to set OCR input as a list of URIs of encrypted or normal images
public int getSize()
@NotNull public java.util.List<android.net.Uri> getUris()
public boolean getEncryptedInput()
@NotNull public java.util.List<android.net.Uri> component1()
public boolean component2()
@NotNull public OcrUrisInput copy(@NotNull java.util.List<? extends android.net.Uri> uris, boolean encryptedInput)
Allows to set OCR input as a list of URIs of encrypted or normal images
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)