Class: Google::Cloud::AutoML::V1beta1::TranslationDatasetMetadata

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/translation.rb

Overview

Dataset metadata that is specific to translation.

Instance Attribute Summary collapse

Instance Attribute Details

#source_language_codeString

Returns Required. The BCP-47 language code of the source language.

Returns:

  • (String)

    Required. The BCP-47 language code of the source language.



27
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/translation.rb', line 27

class TranslationDatasetMetadata; end

#target_language_codeString

Returns Required. The BCP-47 language code of the target language.

Returns:

  • (String)

    Required. The BCP-47 language code of the target language.



27
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/translation.rb', line 27

class TranslationDatasetMetadata; end