public static class IGenericDocumentFieldListView.State
State of interface IGenericDocumentFieldListView.
interface IGenericDocumentFieldListViewpublic static io.scanbot.sdk.ui.view.genericdocument.list.IGenericDocumentFieldListView.State.Companion Companion
public State(@NotNull
io.reactivex.processors.BehaviorProcessor<java.util.List> documents,
@NotNull
io.reactivex.processors.BehaviorProcessor<io.scanbot.sdk.ui.view.genericdocument.DocumentRecognitionStep> scanningStep,
@NotNull
io.reactivex.processors.BehaviorProcessor<java.lang.Double> averageConfidence)
State of interface IGenericDocumentFieldListView.
interface IGenericDocumentFieldListViewpublic State()
State of interface IGenericDocumentFieldListView.
interface IGenericDocumentFieldListView@NotNull public io.reactivex.processors.BehaviorProcessor<java.util.List> getDocuments()
@NotNull public io.reactivex.processors.BehaviorProcessor<io.scanbot.sdk.ui.view.genericdocument.DocumentRecognitionStep> getScanningStep()
@NotNull public io.reactivex.processors.BehaviorProcessor<java.lang.Double> getAverageConfidence()
@NotNull public io.reactivex.processors.BehaviorProcessor<java.util.List> component1()
@NotNull public io.reactivex.processors.BehaviorProcessor<io.scanbot.sdk.ui.view.genericdocument.DocumentRecognitionStep> component2()
@NotNull public io.reactivex.processors.BehaviorProcessor<java.lang.Double> component3()
@NotNull
public io.scanbot.sdk.ui.view.genericdocument.list.IGenericDocumentFieldListView.State copy(@NotNull
io.reactivex.processors.BehaviorProcessor<java.util.List> documents,
@NotNull
io.reactivex.processors.BehaviorProcessor<io.scanbot.sdk.ui.view.genericdocument.DocumentRecognitionStep> scanningStep,
@NotNull
io.reactivex.processors.BehaviorProcessor<java.lang.Double> averageConfidence)
State of interface IGenericDocumentFieldListView.
interface IGenericDocumentFieldListView@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)