Class DocumentTranslation

  • All Implemented Interfaces:
    DocumentTranslationOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class DocumentTranslation
    extends com.google.protobuf.GeneratedMessageV3
    implements DocumentTranslationOrBuilder
     A translated document message.
     
    Protobuf type google.cloud.translation.v3beta1.DocumentTranslation
    See Also:
    Serialized Form
    • Field Detail

      • BYTE_STREAM_OUTPUTS_FIELD_NUMBER

        public static final int BYTE_STREAM_OUTPUTS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DETECTED_LANGUAGE_CODE_FIELD_NUMBER

        public static final int DETECTED_LANGUAGE_CODE_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getByteStreamOutputsList

        public List<com.google.protobuf.ByteString> getByteStreamOutputsList()
         The array of translated documents. It is expected to be size 1 for now. We
         may produce multiple translated documents in the future for other type of
         file formats.
         
        repeated bytes byte_stream_outputs = 1;
        Specified by:
        getByteStreamOutputsList in interface DocumentTranslationOrBuilder
        Returns:
        A list containing the byteStreamOutputs.
      • getByteStreamOutputsCount

        public int getByteStreamOutputsCount()
         The array of translated documents. It is expected to be size 1 for now. We
         may produce multiple translated documents in the future for other type of
         file formats.
         
        repeated bytes byte_stream_outputs = 1;
        Specified by:
        getByteStreamOutputsCount in interface DocumentTranslationOrBuilder
        Returns:
        The count of byteStreamOutputs.
      • getByteStreamOutputs

        public com.google.protobuf.ByteString getByteStreamOutputs​(int index)
         The array of translated documents. It is expected to be size 1 for now. We
         may produce multiple translated documents in the future for other type of
         file formats.
         
        repeated bytes byte_stream_outputs = 1;
        Specified by:
        getByteStreamOutputs in interface DocumentTranslationOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The byteStreamOutputs at the given index.
      • getMimeTypeBytes

        public com.google.protobuf.ByteString getMimeTypeBytes()
         The translated document's mime type.
         
        string mime_type = 2;
        Specified by:
        getMimeTypeBytes in interface DocumentTranslationOrBuilder
        Returns:
        The bytes for mimeType.
      • getDetectedLanguageCode

        public String getDetectedLanguageCode()
         The detected language for the input document.
         If the user did not provide the source language for the input document,
         this field will have the language code automatically detected. If the
         source language was passed, auto-detection of the language does not occur
         and this field is empty.
         
        string detected_language_code = 3;
        Specified by:
        getDetectedLanguageCode in interface DocumentTranslationOrBuilder
        Returns:
        The detectedLanguageCode.
      • getDetectedLanguageCodeBytes

        public com.google.protobuf.ByteString getDetectedLanguageCodeBytes()
         The detected language for the input document.
         If the user did not provide the source language for the input document,
         this field will have the language code automatically detected. If the
         source language was passed, auto-detection of the language does not occur
         and this field is empty.
         
        string detected_language_code = 3;
        Specified by:
        getDetectedLanguageCodeBytes in interface DocumentTranslationOrBuilder
        Returns:
        The bytes for detectedLanguageCode.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static DocumentTranslation parseFrom​(ByteBuffer data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DocumentTranslation parseFrom​(ByteBuffer data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DocumentTranslation parseFrom​(com.google.protobuf.ByteString data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DocumentTranslation parseFrom​(com.google.protobuf.ByteString data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DocumentTranslation parseFrom​(byte[] data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DocumentTranslation parseFrom​(byte[] data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DocumentTranslation parseFrom​(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws IOException
        Throws:
        IOException
      • newBuilderForType

        public DocumentTranslation.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public DocumentTranslation.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected DocumentTranslation.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<DocumentTranslation> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public DocumentTranslation getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder