RecognitionProcessingFragmentSettings
Inheritance: java.lang.Object
All Implemented Interfaces: android.os.Parcelable
public class RecognitionProcessingFragmentSettings implements Parcelable
Fields
| Field | Description |
|---|---|
| CREATOR |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.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:
| Parameter | Type | Description |
|---|---|---|
| recognitionProcessingFragmentSettings | com.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:
| Parameter | Type | Description |
|---|---|---|
| backgroundImage | com.aspose.barcode.component.barcodescanner.RecognitionProcessFragmentBackground | the 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:
| Parameter | Type | Description |
|---|---|---|
| progressBarColor | int | color 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:
| Parameter | Type | Description |
|---|---|---|
| recognitionCancelButtonRightOffset | int | offset 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:
| Parameter | Type | Description |
|---|---|---|
| recognitionCancelButtonText | java.lang.String | text 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:
| Parameter | Type | Description |
|---|---|---|
| recognitionCancelButtonTextColor | int | color 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:
| Parameter | Type | Description |
|---|---|---|
| recognitionCancelButtonTextSize | float | text 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:
| Parameter | Type | Description |
|---|---|---|
| recognitionCancelButtonVisible | boolean | visibility of “Cancel” Button |
setRecognitionProcessAboveLabelText(String recognitionProcessAboveLabelText)
public void setRecognitionProcessAboveLabelText(String recognitionProcessAboveLabelText)
Sets text of TextView that rendered above progress bar during recognition
Parameters:
| Parameter | Type | Description |
|---|---|---|
| recognitionProcessAboveLabelText | java.lang.String | text 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:
| Parameter | Type | Description |
|---|---|---|
| recognitionProcessAboveLabelTextColor | int | color 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:
| Parameter | Type | Description |
|---|---|---|
| recognitionAboveLabelTextSize | int | text 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:
| Parameter | Type | Description |
|---|---|---|
| recognitionProcessAboveLabelTextVisible | boolean | color 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:
| Parameter | Type | Description |
|---|---|---|
| progressBarSize | int | size 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:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |
writeToParcel(Parcel dest, int flags)
public void writeToParcel(Parcel dest, int flags)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| dest | android.os.Parcel | |
| flags | int |