public final class TranslationAnnotation extends GeneratedMessage implements TranslationAnnotationOrBuilderAnnotation details specific to translation.
Protobuf type google.cloud.automl.v1beta1.TranslationAnnotation
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > TranslationAnnotationImplements
TranslationAnnotationOrBuilderStatic Fields
TRANSLATED_CONTENT_FIELD_NUMBER
public static final int TRANSLATED_CONTENT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static TranslationAnnotation getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static TranslationAnnotation.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation.Builder |
|
newBuilder(TranslationAnnotation prototype)
public static TranslationAnnotation.Builder newBuilder(TranslationAnnotation prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
TranslationAnnotation |
| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation.Builder |
|
parseDelimitedFrom(InputStream input)
public static TranslationAnnotation parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TranslationAnnotation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static TranslationAnnotation parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TranslationAnnotation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static TranslationAnnotation parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TranslationAnnotation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static TranslationAnnotation parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TranslationAnnotation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static TranslationAnnotation parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TranslationAnnotation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static TranslationAnnotation parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TranslationAnnotation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<TranslationAnnotation> parser()| Returns | |
|---|---|
| Type | Description |
Parser<TranslationAnnotation> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public TranslationAnnotation getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation |
|
getParserForType()
public Parser<TranslationAnnotation> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<TranslationAnnotation> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getTranslatedContent()
public TextSnippet getTranslatedContent()Output only . The translated content.
.google.cloud.automl.v1beta1.TextSnippet translated_content = 1;
| Returns | |
|---|---|
| Type | Description |
TextSnippet |
The translatedContent. |
getTranslatedContentOrBuilder()
public TextSnippetOrBuilder getTranslatedContentOrBuilder()Output only . The translated content.
.google.cloud.automl.v1beta1.TextSnippet translated_content = 1;
| Returns | |
|---|---|
| Type | Description |
TextSnippetOrBuilder |
|
hasTranslatedContent()
public boolean hasTranslatedContent()Output only . The translated content.
.google.cloud.automl.v1beta1.TextSnippet translated_content = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the translatedContent field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public TranslationAnnotation.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected TranslationAnnotation.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation.Builder |
|
toBuilder()
public TranslationAnnotation.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
TranslationAnnotation.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|