- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.1
- 2.3.4
- 2.2.0
- 2.1.10
public final class Document extends GeneratedMessageV3 implements DocumentOrBuilder
Represents the input to API methods.
Protobuf type google.cloud.language.v1.Document
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DocumentImplements
DocumentOrBuilderStatic Fields
CONTENT_FIELD_NUMBER
public static final int CONTENT_FIELD_NUMBER
Type | Description |
int |
GCS_CONTENT_URI_FIELD_NUMBER
public static final int GCS_CONTENT_URI_FIELD_NUMBER
Type | Description |
int |
LANGUAGE_FIELD_NUMBER
public static final int LANGUAGE_FIELD_NUMBER
Type | Description |
int |
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Document getDefaultInstance()
Type | Description |
Document |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Document.Builder newBuilder()
Type | Description |
Document.Builder |
newBuilder(Document prototype)
public static Document.Builder newBuilder(Document prototype)
Name | Description |
prototype | Document |
Type | Description |
Document.Builder |
parseDelimitedFrom(InputStream input)
public static Document parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Document |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Document parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Document |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Document parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Document |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Document parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Document |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Document parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Document |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Document parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Document |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Document parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Document |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Document parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Document |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Document parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Document |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Document parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Document |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Document parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Document |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Document parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Document |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Document> parser()
Type | Description |
Parser<Document> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getContent()
public String getContent()
The content of the input in string format. Cloud audit logging exempt since it is based on user data.
string content = 2;
Type | Description |
String | The content. |
getContentBytes()
public ByteString getContentBytes()
The content of the input in string format. Cloud audit logging exempt since it is based on user data.
string content = 2;
Type | Description |
ByteString | The bytes for content. |
getDefaultInstanceForType()
public Document getDefaultInstanceForType()
Type | Description |
Document |
getGcsContentUri()
public 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;
Type | Description |
String | The gcsContentUri. |
getGcsContentUriBytes()
public 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;
Type | Description |
ByteString | The bytes for gcsContentUri. |
getLanguage()
public 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 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;
Type | Description |
String | The language. |
getLanguageBytes()
public 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 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;
Type | Description |
ByteString | The bytes for language. |
getParserForType()
public Parser<Document> getParserForType()
Type | Description |
Parser<Document> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getSourceCase()
public Document.SourceCase getSourceCase()
Type | Description |
Document.SourceCase |
getType()
public Document.Type getType()
Required. If the type is not set or is TYPE_UNSPECIFIED
,
returns an INVALID_ARGUMENT
error.
.google.cloud.language.v1.Document.Type type = 1;
Type | Description |
Document.Type | The type. |
getTypeValue()
public int getTypeValue()
Required. If the type is not set or is TYPE_UNSPECIFIED
,
returns an INVALID_ARGUMENT
error.
.google.cloud.language.v1.Document.Type type = 1;
Type | Description |
int | The enum numeric value on the wire for type. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasContent()
public boolean hasContent()
The content of the input in string format. Cloud audit logging exempt since it is based on user data.
string content = 2;
Type | Description |
boolean | Whether the content field is set. |
hasGcsContentUri()
public boolean hasGcsContentUri()
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;
Type | Description |
boolean | Whether the gcsContentUri field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Document.Builder newBuilderForType()
Type | Description |
Document.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Document.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Document.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Document.Builder toBuilder()
Type | Description |
Document.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |