TextTranslationSkill Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
TextTranslationSkill() |
Inicializa uma nova instância da classe TextTranslationSkill. |
TextTranslationSkill(IList<InputFieldMappingEntry>, IList<OutputFieldMappingEntry>, TextTranslationSkillLanguage, String, String, String, Nullable<TextTranslationSkillLanguage>, Nullable<TextTranslationSkillLanguage>) |
Inicializa uma nova instância da classe TextTranslationSkill. |
TextTranslationSkill()
- Origem:
- TextTranslationSkill.cs
Inicializa uma nova instância da classe TextTranslationSkill.
public TextTranslationSkill ();
Public Sub New ()
Aplica-se a
TextTranslationSkill(IList<InputFieldMappingEntry>, IList<OutputFieldMappingEntry>, TextTranslationSkillLanguage, String, String, String, Nullable<TextTranslationSkillLanguage>, Nullable<TextTranslationSkillLanguage>)
- Origem:
- TextTranslationSkill.cs
Inicializa uma nova instância da classe TextTranslationSkill.
public TextTranslationSkill (System.Collections.Generic.IList<Microsoft.Azure.Search.Models.InputFieldMappingEntry> inputs, System.Collections.Generic.IList<Microsoft.Azure.Search.Models.OutputFieldMappingEntry> outputs, Microsoft.Azure.Search.Models.TextTranslationSkillLanguage defaultToLanguageCode, string name = default, string description = default, string context = default, Microsoft.Azure.Search.Models.TextTranslationSkillLanguage? defaultFromLanguageCode = default, Microsoft.Azure.Search.Models.TextTranslationSkillLanguage? suggestedFrom = default);
new Microsoft.Azure.Search.Models.TextTranslationSkill : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.InputFieldMappingEntry> * System.Collections.Generic.IList<Microsoft.Azure.Search.Models.OutputFieldMappingEntry> * Microsoft.Azure.Search.Models.TextTranslationSkillLanguage * string * string * string * Nullable<Microsoft.Azure.Search.Models.TextTranslationSkillLanguage> * Nullable<Microsoft.Azure.Search.Models.TextTranslationSkillLanguage> -> Microsoft.Azure.Search.Models.TextTranslationSkill
Public Sub New (inputs As IList(Of InputFieldMappingEntry), outputs As IList(Of OutputFieldMappingEntry), defaultToLanguageCode As TextTranslationSkillLanguage, Optional name As String = Nothing, Optional description As String = Nothing, Optional context As String = Nothing, Optional defaultFromLanguageCode As Nullable(Of TextTranslationSkillLanguage) = Nothing, Optional suggestedFrom As Nullable(Of TextTranslationSkillLanguage) = Nothing)
Parâmetros
- inputs
- IList<InputFieldMappingEntry>
As entradas das habilidades podem ser uma coluna no conjunto de dados de origem ou a saída de uma habilidade upstream.
- outputs
- IList<OutputFieldMappingEntry>
A saída de uma habilidade é um campo em um índice de pesquisa ou um valor que pode ser consumido como uma entrada por outra habilidade.
- defaultToLanguageCode
- TextTranslationSkillLanguage
O código de idioma para traduzir documentos para documentos que não especificam o idioma para explicitamente. Os valores possíveis incluem: 'af', 'ar', 'bn', 'bs', 'bg', 'yue', 'ca', 'zh-Hans', 'zh-Hant', 'hr', 'cs', 'da', 'nl', 'en', 'et', 'fj', 'fil', 'fi', 'fr', 'de', 'el', 'ht', 'he', 'hi', 'mww', 'hu', 'is', 'id', 'it', 'ja', 'sw', 'tlh', 'ko', 'lv', 'lt', 'mg', 'ms', 'mt', 'nb', 'fa', 'pl', 'pl', 'mg', 'ms', 'mt', 'nb', 'fa', 'pl', 'pt', 'otq', 'ro', 'ru', 'sm', 'sr-Cyrl', 'sr-Latn', 'sk', 'sl', 'es', 'sv', 'ty', 'ta', 'te', 'th', 'to', 'tr', 'uk', 'your', 'vi', 'cy', 'yua'
- name
- String
O nome da habilidade que a identifica exclusivamente dentro do conjunto de habilidades. Uma habilidade sem nome definido receberá um nome padrão de seu índice baseado em 1 na matriz de habilidades, prefixado com o caractere '#'.
- description
- String
A descrição da habilidade que descreve as entradas, as saídas e o uso da habilidade.
- context
- String
Representa o nível em que as operações ocorrem, como a raiz do documento ou o conteúdo do documento (por exemplo, /document ou /document/content). O padrão é /document.
- defaultFromLanguageCode
- Nullable<TextTranslationSkillLanguage>
O código de idioma do qual traduzir documentos para documentos que não especificam o do idioma explicitamente. Os valores possíveis incluem: 'af', 'ar', 'bn', 'bs', 'bg', 'yue', 'ca', 'zh-Hans', 'zh-Hant', 'hr', 'cs', 'da', 'nl', 'en', 'et', 'fj', 'fil', 'fi', 'fr', 'de', 'el', 'ht', 'he', 'hi', 'mww', 'hu', 'is', 'id', 'it', 'ja', 'sw', 'tlh', 'ko', 'lv', 'lt', 'mg', 'ms', 'mt', 'nb', 'fa', 'pl', 'pl', 'mg', 'ms', 'mt', 'nb', 'fa', 'pl', 'pt', 'otq', 'ro', 'ru', 'sm', 'sr-Cyrl', 'sr-Latn', 'sk', 'sl', 'es', 'sv', 'ty', 'ta', 'te', 'th', 'to', 'tr', 'uk', 'your', 'vi', 'cy', 'yua'
- suggestedFrom
- Nullable<TextTranslationSkillLanguage>
O código de idioma para traduzir documentos de quando nem a entrada fromLanguageCode nem o parâmetro defaultFromLanguageCode são fornecidos e a detecção automática de idioma não é bem-sucedida. O padrão é en. Os valores possíveis incluem: 'af', 'ar', 'bn', 'bs', 'bg', 'yue', 'ca', 'zh-Hans', 'zh-Hant', 'hr', 'cs', 'da', 'nl', 'en', 'et', 'fj', 'fil', 'fi', 'fr', 'de', 'el', 'ht', 'he', 'hi', 'mww', 'hu', 'is', 'id', 'it', 'ja', 'sw', 'tlh', 'ko', 'lv', 'lt', 'mg', 'ms', 'mt', 'nb', 'fa', 'pl', 'pl', 'mg', 'ms', 'mt', 'nb', 'fa', 'pl', 'pt', 'otq', 'ro', 'ru', 'sm', 'sr-Cyrl', 'sr-Latn', 'sk', 'sl', 'es', 'sv', 'ty', 'ta', 'te', 'th', 'to', 'tr', 'uk', 'your', 'vi', 'cy', 'yua'
Aplica-se a
Azure SDK for .NET