public interface DocumentOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getContent()
 The content of the input in string format. | 
| ByteString | getContentBytes()
 The content of the input in string format. | 
| java.lang.String | getGcsContentUri()
 The Google Cloud Storage URI where the file content is located. | 
| ByteString | getGcsContentUriBytes()
 The Google Cloud Storage URI where the file content is located. | 
| java.lang.String | getLanguage()
 The language of the document (if not specified, the language is
 automatically detected). | 
| ByteString | getLanguageBytes()
 The language of the document (if not specified, the language is
 automatically detected). | 
| Document.SourceCase | getSourceCase() | 
| Document.Type | getType()
 Required. | 
| int | getTypeValue()
 Required. | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedint getTypeValue()
Required. If the type is not set or is `TYPE_UNSPECIFIED`, returns an `INVALID_ARGUMENT` error.
.google.cloud.language.v1beta2.Document.Type type = 1;Document.Type getType()
Required. If the type is not set or is `TYPE_UNSPECIFIED`, returns an `INVALID_ARGUMENT` error.
.google.cloud.language.v1beta2.Document.Type type = 1;java.lang.String getContent()
The content of the input in string format.
string content = 2;ByteString getContentBytes()
The content of the input in string format.
string content = 2;java.lang.String getGcsContentUri()
The Google Cloud Storage URI where the file content is located. This URI must be of the form: gs://bucket_name/object_name. For more details, see https://cloud.google.com/storage/docs/reference-uris. NOTE: Cloud Storage object versioning is not supported.
string gcs_content_uri = 3;ByteString getGcsContentUriBytes()
The Google Cloud Storage URI where the file content is located. This URI must be of the form: gs://bucket_name/object_name. For more details, see https://cloud.google.com/storage/docs/reference-uris. NOTE: Cloud Storage object versioning is not supported.
string gcs_content_uri = 3;java.lang.String getLanguage()
The language of the document (if not specified, the language is automatically detected). Both ISO and BCP-47 language codes are accepted.<br> [Language Support](/natural-language/docs/languages) 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.
string language = 4;ByteString getLanguageBytes()
The language of the document (if not specified, the language is automatically detected). Both ISO and BCP-47 language codes are accepted.<br> [Language Support](/natural-language/docs/languages) 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.
string language = 4;Document.SourceCase getSourceCase()