Resource: Document
Represents the input to API methods.
JSON representation |
---|
{ "type" : enum ( |
type
enum (
Type
)
Required. If the type is not set or is TYPE_UNSPECIFIED
, returns an INVALID_ARGUMENT
error.
language
Code
string
Optional. The language of the document (if not specified, the language is automatically detected). Both ISO and BCP-47 language codes are accepted.
Language Support
lists currently supported languages for each API method. If the language (either specified by the caller or automatically detected) is not supported by the called API method, an INVALID_ARGUMENT
error is returned.
source
. The source of the document: a string containing the content or a Google Cloud Storage URI. source
can be only one of the following:content
string
The content of the input in string format. Cloud audit logging exempt since it is based on user data.
gcs
Content
Uri
string
The Google Cloud Storage URI where the file content is located. This URI must be of the form: gs://bucketName/object_name. For more details, see https://cloud.google.com/storage/docs/reference-uris . NOTE: Cloud Storage object versioning is not supported.
Type
The document types enum.
Enums | |
---|---|
TYPE_UNSPECIFIED
|
The content type is not specified. |
PLAIN_TEXT
|
Plain text |
HTML
|
HTML |
Methods |
|
---|---|
|
Finds named entities (currently proper names and common nouns) in the text along with entity types, probability, mentions for each entity, and other properties. |
|
Analyzes the sentiment of the provided text. |
|
A convenience method that provides all features in one call. |
|
Classifies a document into categories. |
|
Moderates a document for harmful and sensitive categories. |