Warning: This API is deprecated and will be removed in a future
version of TensorFlow after
the replacement is stable.
UnicodeDecode.Options
Stay organized with collections
Save and categorize content based on your preferences.
Inherited Methods
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
Public Methods
Parameters
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.
|
public
UnicodeDecode.Options
replaceControlCharacters
(Boolean replaceControlCharacters)
Parameters
replaceControlCharacters |
Whether to replace the C0 control characters (00-1F) with the
`replacement_char`. Default is false.
|
public
UnicodeDecode.Options
replacementChar
(Long replacementChar)
Parameters
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.)
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-02-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-02-12 UTC."],[],[],null,["# UnicodeDecode.Options\n\npublic static class **UnicodeDecode.Options** \nOptional attributes for [UnicodeDecode](/api_docs/java/org/tensorflow/op/core/UnicodeDecode) \n\n### Public Methods\n\n|--------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [UnicodeDecode.Options](/api_docs/java/org/tensorflow/op/core/UnicodeDecode.Options) | [errors](/api_docs/java/org/tensorflow/op/core/UnicodeDecode.Options#errors(java.lang.String))(String errors) |\n| [UnicodeDecode.Options](/api_docs/java/org/tensorflow/op/core/UnicodeDecode.Options) | [replaceControlCharacters](/api_docs/java/org/tensorflow/op/core/UnicodeDecode.Options#replaceControlCharacters(java.lang.Boolean))(Boolean replaceControlCharacters) |\n| [UnicodeDecode.Options](/api_docs/java/org/tensorflow/op/core/UnicodeDecode.Options) | [replacementChar](/api_docs/java/org/tensorflow/op/core/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](/api_docs/java/org/tensorflow/op/core/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](/api_docs/java/org/tensorflow/op/core/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](/api_docs/java/org/tensorflow/op/core/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|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|"]]