EncodingType
class EncodingType
Represents the text encoding that the caller uses to process the output.
Providing an EncodingType
is recommended because the API provides the
beginning offsets for various outputs, such as tokens and mentions, and
languages that natively use different text encodings may access offsets
differently.
Protobuf enum Google\Cloud\Language\V1beta2\EncodingType
Constants
NONE |
If Generated from protobuf enum |
UTF8 |
Encoding-dependent information (such as Generated from protobuf enum |
UTF16 |
Encoding-dependent information (such as Generated from protobuf enum |
UTF32 |
Encoding-dependent information (such as Generated from protobuf enum |