UnicodeDecode.Options
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
שיטות בירושה
מכיתה java.lang.Object בוליאני | שווה (Object arg0) |
שיעור אחרון<?> | getClass () |
int | hashcode () |
ריק סופי | להודיע () |
ריק סופי | הודע הכל () |
חוּט | toString () |
ריק סופי | המתן (ארג0 ארוך, int arg1) |
ריק סופי | חכה (ארג0 ארוך) |
ריק סופי | חכה () |
שיטות ציבוריות
פרמטרים
שגיאות | מדיניות טיפול בשגיאות כאשר נמצא עיצוב לא חוקי בקלט. הערך של 'strict' יגרום לפעולה לייצר שגיאת InvalidArgument בכל עיצוב קלט לא חוקי. ערך 'replace' (ברירת המחדל) יגרום לפעולה להחליף כל עיצוב לא חוקי בקלט בנקודת הקוד 'replacement_char'. ערך של 'התעלם' יגרום לפעולה לדלג על כל עיצוב לא חוקי בקלט ולא לייצר תו פלט מתאים. |
---|
public UnicodeDecode.Options replaceControlCharacters (בוליאני replaceControlCharacters)
פרמטרים
להחליף תווים בקרה | האם להחליף את תווי הבקרה C0 (00-1F) ב-'replacement_char'. ברירת המחדל היא שקר. |
---|
Public UnicodeDecode.Options replacementChar (Long replacementChar)
פרמטרים
החלפהChar | נקודת הקוד של התווים החלופיים לשימוש במקום כל עיצוב לא חוקי בקלט כאשר `errors='replace'`. ניתן להשתמש בכל נקודת קוד חוקית של Unicode. ערך ברירת המחדל הוא תו החלפת ה-unicode המוגדר כברירת מחדל הוא 0xFFFD או U+65533.) |
---|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],[],null,["# UnicodeDecode.Options\n\npublic static class **UnicodeDecode.Options** \nOptional attributes for [UnicodeDecode](/jvm/api_docs/java/org/tensorflow/op/strings/UnicodeDecode) \n\n### Public Methods\n\n|---------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [UnicodeDecode.Options](/jvm/api_docs/java/org/tensorflow/op/strings/UnicodeDecode.Options) | [errors](/jvm/api_docs/java/org/tensorflow/op/strings/UnicodeDecode.Options#errors(java.lang.String))(String errors) |\n| [UnicodeDecode.Options](/jvm/api_docs/java/org/tensorflow/op/strings/UnicodeDecode.Options) | [replaceControlCharacters](/jvm/api_docs/java/org/tensorflow/op/strings/UnicodeDecode.Options#replaceControlCharacters(java.lang.Boolean))(Boolean replaceControlCharacters) |\n| [UnicodeDecode.Options](/jvm/api_docs/java/org/tensorflow/op/strings/UnicodeDecode.Options) | [replacementChar](/jvm/api_docs/java/org/tensorflow/op/strings/UnicodeDecode.Options#replacementChar(java.lang.Long))(Long replacementChar) |\n\n### Inherited Methods\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| boolean | equals(Object arg0) |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Methods\n--------------\n\n#### public [UnicodeDecode.Options](/jvm/api_docs/java/org/tensorflow/op/strings/UnicodeDecode.Options)\n**errors**\n(String errors)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| errors | Error handling policy when there is invalid formatting found in the input. The value of 'strict' will cause the operation to produce a InvalidArgument error on any invalid input formatting. A value of 'replace' (the default) will cause the operation to replace any invalid formatting in the input with the \\`replacement_char\\` codepoint. A value of 'ignore' will cause the operation to skip any invalid formatting in the input and produce no corresponding output character. |\n|--------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n\n#### public [UnicodeDecode.Options](/jvm/api_docs/java/org/tensorflow/op/strings/UnicodeDecode.Options)\n**replaceControlCharacters**\n(Boolean replaceControlCharacters)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| replaceControlCharacters | Whether to replace the C0 control characters (00-1F) with the \\`replacement_char\\`. Default is false. |\n|--------------------------|-------------------------------------------------------------------------------------------------------|\n\n#### public [UnicodeDecode.Options](/jvm/api_docs/java/org/tensorflow/op/strings/UnicodeDecode.Options)\n**replacementChar**\n(Long replacementChar)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| replacementChar | The replacement character codepoint to be used in place of any invalid formatting in the input when \\`errors='replace'\\`. Any valid unicode codepoint may be used. The default value is the default unicode replacement character is 0xFFFD or U+65533.) |\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|"]]