RecognitionProcessingFragmentSettings

Inheritance: java.lang.Object

All Implemented Interfaces: android.os.Parcelable

public class RecognitionProcessingFragmentSettings implements Parcelable

Fields

FieldDescription
CREATOR

Methods

MethodDescription
describeContents()
equals(Object arg0)
getBackgroundDuringRecognitionProcess()Gets the background that will be rendered during recogntion process
getClass()
getProgressBarColor()Gets color of progress bar that rendered during recognition
getProgressBarSize()Gets size of progress bar that rendered during recognition
getRecognitionCancelButtonRightOffset()Gets offset from right border of “Cancel” Button that rendered below progress bar during recognition
getRecognitionCancelButtonText()Gets text of “Cancel” Button that rendered below progress bar during recognition
getRecognitionCancelButtonTextColor()Gets color of “Cancel” Button that rendered below progress bar during recognition
getRecognitionCancelButtonTextSize()Gets text size of “Cancel” Button that rendered below progress bar during recognition
getRecognitionCancelButtonVisibility()Gets visibility of “Cancel” Button that rendered below progress bar during recognition
getRecognitionProcessAboveLabelText()Gets text of TextView that rendered above progress bar during recognition
getRecognitionProcessAboveLabelTextColor()Gets color of TextView that rendered above progress bar during recognition
getRecognitionProcessAboveLabelTextSize()Gets text size of TextView that rendered above progress bar during recognition
getRecognitionProcessAboveLabelTextVisible()Gets color of TextView that rendered above progress bar during recognition
hashCode()
importSettings(RecognitionProcessingFragmentSettings recognitionProcessingFragmentSettings)Imports the settings
notify()
notifyAll()
setBackgroundImageDuringRecognitionProcess(RecognitionProcessFragmentBackground backgroundImage)Sets the background that will be rendered during recogntion process
setProgressBarColor(int progressBarColor)Sets color of progress bar that rendered during recognition
setRecognitionCancelButtonRightOffset(int recognitionCancelButtonRightOffset)Sets offset from right border of “Cancel” Button that rendered below progress bar during recognition
setRecognitionCancelButtonText(String recognitionCancelButtonText)Sets text of “Cancel” Button that rendered below progress bar during recognition
setRecognitionCancelButtonTextColor(int recognitionCancelButtonTextColor)Sets color of “Cancel” Button that rendered below progress bar during recognition
setRecognitionCancelButtonTextSize(float recognitionCancelButtonTextSize)Sets text size of “Cancel” Button that rendered below progress bar during recognition
setRecognitionCancelButtonVisibility(boolean recognitionCancelButtonVisible)Sets visibility of “Cancel” Button that rendered below progress bar during recognition
setRecognitionProcessAboveLabelText(String recognitionProcessAboveLabelText)Sets text of TextView that rendered above progress bar during recognition
setRecognitionProcessAboveLabelTextColor(int recognitionProcessAboveLabelTextColor)Sets color of TextView that rendered above progress bar during recognition
setRecognitionProcessAboveLabelTextSize(int recognitionAboveLabelTextSize)Sets text size of TextView that rendered above progress bar during recognition
setRecognitionProcessAboveLabelTextVisible(boolean recognitionProcessAboveLabelTextVisible)Sets color of TextView that rendered above progress bar during recognition
setRecognitionProgressBarSize(int progressBarSize)Sets size of progress bar that rendered during recognition
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)
writeToParcel(Parcel dest, int flags)

CREATOR

public static final Parcelable.Creator<RecognitionProcessingFragmentSettings> CREATOR

describeContents()

public int describeContents()

Returns: int

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBackgroundDuringRecognitionProcess()

public RecognitionProcessFragmentBackground getBackgroundDuringRecognitionProcess()

Gets the background that will be rendered during recogntion process

Returns: com.aspose.barcode.component.barcodescanner.RecognitionProcessFragmentBackground - the background that will be rendered during recogntion process

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getProgressBarColor()

public int getProgressBarColor()

Gets color of progress bar that rendered during recognition

Returns: int - color of progress bar

getProgressBarSize()

public int getProgressBarSize()

Gets size of progress bar that rendered during recognition

Returns: int - size of progress bar

getRecognitionCancelButtonRightOffset()

public int getRecognitionCancelButtonRightOffset()

Gets offset from right border of “Cancel” Button that rendered below progress bar during recognition

Returns: int - offset from right border of “Cancel” Button

getRecognitionCancelButtonText()

public String getRecognitionCancelButtonText()

Gets text of “Cancel” Button that rendered below progress bar during recognition

Returns: java.lang.String - text of “Cancel” Button that rendered below progress bar

getRecognitionCancelButtonTextColor()

public int getRecognitionCancelButtonTextColor()

Gets color of “Cancel” Button that rendered below progress bar during recognition

Returns: int - color of “Cancel” Button that rendered below progress bar

getRecognitionCancelButtonTextSize()

public float getRecognitionCancelButtonTextSize()

Gets text size of “Cancel” Button that rendered below progress bar during recognition

Returns: float - text size of “Cancel” Button that rendered below progress

getRecognitionCancelButtonVisibility()

public boolean getRecognitionCancelButtonVisibility()

Gets visibility of “Cancel” Button that rendered below progress bar during recognition

Returns: boolean - visibility of “Cancel” Button

getRecognitionProcessAboveLabelText()

public String getRecognitionProcessAboveLabelText()

Gets text of TextView that rendered above progress bar during recognition

Returns: java.lang.String - text of TextView that rendered above progress bar

getRecognitionProcessAboveLabelTextColor()

public int getRecognitionProcessAboveLabelTextColor()

Gets color of TextView that rendered above progress bar during recognition

Returns: int - color of TextView that rendered above progress bar

getRecognitionProcessAboveLabelTextSize()

public float getRecognitionProcessAboveLabelTextSize()

Gets text size of TextView that rendered above progress bar during recognition

Returns: float - text size of TextView that rendered above progress bar

getRecognitionProcessAboveLabelTextVisible()

public boolean getRecognitionProcessAboveLabelTextVisible()

Gets color of TextView that rendered above progress bar during recognition

Returns: boolean - color of TextView that rendered above progress bar

hashCode()

public native int hashCode()

Returns: int

importSettings(RecognitionProcessingFragmentSettings recognitionProcessingFragmentSettings)

public void importSettings(RecognitionProcessingFragmentSettings recognitionProcessingFragmentSettings)

Imports the settings

Parameters:

ParameterTypeDescription
recognitionProcessingFragmentSettingscom.aspose.barcode.component.barcodescanner.RecognitionProcessingFragmentSettings

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBackgroundImageDuringRecognitionProcess(RecognitionProcessFragmentBackground backgroundImage)

public void setBackgroundImageDuringRecognitionProcess(RecognitionProcessFragmentBackground backgroundImage)

Sets the background that will be rendered during recogntion process

Parameters:

ParameterTypeDescription
backgroundImagecom.aspose.barcode.component.barcodescanner.RecognitionProcessFragmentBackgroundthe background that will be rendered during recogntion process

setProgressBarColor(int progressBarColor)

public void setProgressBarColor(int progressBarColor)

Sets color of progress bar that rendered during recognition

Parameters:

ParameterTypeDescription
progressBarColorintcolor of progress bar

setRecognitionCancelButtonRightOffset(int recognitionCancelButtonRightOffset)

public void setRecognitionCancelButtonRightOffset(int recognitionCancelButtonRightOffset)

Sets offset from right border of “Cancel” Button that rendered below progress bar during recognition

Parameters:

ParameterTypeDescription
recognitionCancelButtonRightOffsetintoffset from right border of “Cancel” Button

setRecognitionCancelButtonText(String recognitionCancelButtonText)

public void setRecognitionCancelButtonText(String recognitionCancelButtonText)

Sets text of “Cancel” Button that rendered below progress bar during recognition

Parameters:

ParameterTypeDescription
recognitionCancelButtonTextjava.lang.Stringtext of “Cancel” Button that rendered below progress bar

setRecognitionCancelButtonTextColor(int recognitionCancelButtonTextColor)

public void setRecognitionCancelButtonTextColor(int recognitionCancelButtonTextColor)

Sets color of “Cancel” Button that rendered below progress bar during recognition

Parameters:

ParameterTypeDescription
recognitionCancelButtonTextColorintcolor of “Cancel” Button that rendered below progress bar

setRecognitionCancelButtonTextSize(float recognitionCancelButtonTextSize)

public void setRecognitionCancelButtonTextSize(float recognitionCancelButtonTextSize)

Sets text size of “Cancel” Button that rendered below progress bar during recognition

Parameters:

ParameterTypeDescription
recognitionCancelButtonTextSizefloattext size of “Cancel” Button that rendered below progress

setRecognitionCancelButtonVisibility(boolean recognitionCancelButtonVisible)

public void setRecognitionCancelButtonVisibility(boolean recognitionCancelButtonVisible)

Sets visibility of “Cancel” Button that rendered below progress bar during recognition

Parameters:

ParameterTypeDescription
recognitionCancelButtonVisiblebooleanvisibility of “Cancel” Button

setRecognitionProcessAboveLabelText(String recognitionProcessAboveLabelText)

public void setRecognitionProcessAboveLabelText(String recognitionProcessAboveLabelText)

Sets text of TextView that rendered above progress bar during recognition

Parameters:

ParameterTypeDescription
recognitionProcessAboveLabelTextjava.lang.Stringtext of TextView that rendered above progress bar

setRecognitionProcessAboveLabelTextColor(int recognitionProcessAboveLabelTextColor)

public void setRecognitionProcessAboveLabelTextColor(int recognitionProcessAboveLabelTextColor)

Sets color of TextView that rendered above progress bar during recognition

Parameters:

ParameterTypeDescription
recognitionProcessAboveLabelTextColorintcolor of TextView that rendered above progress bar

setRecognitionProcessAboveLabelTextSize(int recognitionAboveLabelTextSize)

public void setRecognitionProcessAboveLabelTextSize(int recognitionAboveLabelTextSize)

Sets text size of TextView that rendered above progress bar during recognition

Parameters:

ParameterTypeDescription
recognitionAboveLabelTextSizeinttext size of TextView that rendered above progress bar

setRecognitionProcessAboveLabelTextVisible(boolean recognitionProcessAboveLabelTextVisible)

public void setRecognitionProcessAboveLabelTextVisible(boolean recognitionProcessAboveLabelTextVisible)

Sets color of TextView that rendered above progress bar during recognition

Parameters:

ParameterTypeDescription
recognitionProcessAboveLabelTextVisiblebooleancolor of TextView that rendered above progress bar

setRecognitionProgressBarSize(int progressBarSize)

public void setRecognitionProgressBarSize(int progressBarSize)

Sets size of progress bar that rendered during recognition

Parameters:

ParameterTypeDescription
progressBarSizeintsize of progress bar

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int

writeToParcel(Parcel dest, int flags)

public void writeToParcel(Parcel dest, int flags)

Parameters:

ParameterTypeDescription
destandroid.os.Parcel
flagsint