class Document_Type

The document types enum.

Protobuf enum Google\Cloud\Language\V1beta2\Document\Type

Constants

TYPE_UNSPECIFIED

The content type is not specified.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

PLAIN_TEXT

Plain text

Generated from protobuf enum PLAIN_TEXT = 1;

HTML

HTML

Generated from protobuf enum HTML = 2;