Index

A B C D E F G H I L M N P R S T V 
All Classes and Interfaces|All Packages

A

addPolicy(HttpPipelinePolicy) - Method in class com.azure.ai.translation.text.TextTranslationClientBuilder
.
addTargetLanguage(String) - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
ASTERISK - Enum constant in enum com.azure.ai.translation.text.models.ProfanityMarker
Profanity is marked with asterisk.
audience(TextTranslationAudience) - Method in class com.azure.ai.translation.text.TextTranslationClientBuilder
Sets the Authentication audience used to authorize requests sent to the service.
AZURE_CHINA - Static variable in class com.azure.ai.translation.text.models.TextTranslationAudience
Static value AZURE_RESOURCE_MANAGER_CHINA for TextTranslationAudience.
AZURE_GOVERNMENT - Static variable in class com.azure.ai.translation.text.models.TextTranslationAudience
Static value AZURE_RESOURCE_MANAGER_GOVERNMENT for TextTranslationAudience.
AZURE_PUBLIC_CLOUD - Static variable in class com.azure.ai.translation.text.models.TextTranslationAudience
Static value AZURE_RESOURCE_MANAGER_PUBLIC_CLOUD for TextTranslationAudience.

B

BackTranslation - Class in com.azure.ai.translation.text.models
Back Translation.
BreakSentenceItem - Class in com.azure.ai.translation.text.models
Item containing break sentence result.
buildAsyncClient() - Method in class com.azure.ai.translation.text.TextTranslationClientBuilder
Builds an instance of TextTranslationAsyncClient class.
buildClient() - Method in class com.azure.ai.translation.text.TextTranslationClientBuilder
Builds an instance of TextTranslationClient class.

C

clientOptions(ClientOptions) - Method in class com.azure.ai.translation.text.TextTranslationClientBuilder
.
com.azure.ai.translation.text - package com.azure.ai.translation.text
Package containing the classes for TextTranslation.
com.azure.ai.translation.text.models - package com.azure.ai.translation.text.models
Package containing the data models for TextTranslation.
configuration(Configuration) - Method in class com.azure.ai.translation.text.TextTranslationClientBuilder
.
credential(KeyCredential) - Method in class com.azure.ai.translation.text.TextTranslationClientBuilder
Sets the KeyCredential used to authorize requests sent to the service.
credential(TokenCredential) - Method in class com.azure.ai.translation.text.TextTranslationClientBuilder
Sets the TokenCredential used to authorize requests sent to the service.

D

DELETED - Enum constant in enum com.azure.ai.translation.text.models.ProfanityAction
Profanity is deleted from the translated text.
DetectedLanguage - Class in com.azure.ai.translation.text.models
An object describing the detected language.
DICTIONARY - Static variable in class com.azure.ai.translation.text.models.LanguageScope
Static value Dictionary for LanguageScope.
DictionaryExample - Class in com.azure.ai.translation.text.models
Dictionary Example.
DictionaryExampleItem - Class in com.azure.ai.translation.text.models
Dictionary Example element.
DictionaryExampleTextItem - Class in com.azure.ai.translation.text.models
Element containing the text with translation.
DictionaryExampleTextItem(String, String) - Constructor for class com.azure.ai.translation.text.models.DictionaryExampleTextItem
Creates an instance of DictionaryExampleTextItem class.
DictionaryLookupItem - Class in com.azure.ai.translation.text.models
Dictionary Lookup Element.
DictionaryTranslation - Class in com.azure.ai.translation.text.models
Translation source term.

E

endpoint(String) - Method in class com.azure.ai.translation.text.TextTranslationClientBuilder
.

F

findSentenceBoundaries(String) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Find Sentence Boundaries.
findSentenceBoundaries(String) - Method in class com.azure.ai.translation.text.TextTranslationClient
Find Sentence Boundaries.
findSentenceBoundaries(String, String, String) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Find Sentence Boundaries.
findSentenceBoundaries(String, String, String) - Method in class com.azure.ai.translation.text.TextTranslationClient
Find Sentence Boundaries.
findSentenceBoundaries(List<String>) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Find Sentence Boundaries.
findSentenceBoundaries(List<String>) - Method in class com.azure.ai.translation.text.TextTranslationClient
Find Sentence Boundaries.
findSentenceBoundaries(List<String>, String, String) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Find Sentence Boundaries.
findSentenceBoundaries(List<String>, String, String) - Method in class com.azure.ai.translation.text.TextTranslationClient
Find Sentence Boundaries.
findSentenceBoundariesWithResponse(BinaryData, RequestOptions) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Find Sentence Boundaries.
findSentenceBoundariesWithResponse(BinaryData, RequestOptions) - Method in class com.azure.ai.translation.text.TextTranslationClient
Find Sentence Boundaries.
fromString(String) - Static method in enum com.azure.ai.translation.text.models.LanguageDirectionality
Parses a serialized value to a LanguageDirectionality instance.
fromString(String) - Static method in class com.azure.ai.translation.text.models.LanguageScope
Creates or finds a LanguageScope from its string representation.
fromString(String) - Static method in enum com.azure.ai.translation.text.models.ProfanityAction
Parses a serialized value to a ProfanityAction instance.
fromString(String) - Static method in enum com.azure.ai.translation.text.models.ProfanityMarker
Parses a serialized value to a ProfanityMarker instance.
fromString(String) - Static method in class com.azure.ai.translation.text.models.TextTranslationAudience
Creates or finds a TextTranslationAudience from its string representation.
fromString(String) - Static method in class com.azure.ai.translation.text.models.TextType
Creates or finds a TextType from its string representation.

G

getAlignment() - Method in class com.azure.ai.translation.text.models.TranslationText
Get the alignment property: Alignment information.
getBackTranslations() - Method in class com.azure.ai.translation.text.models.DictionaryTranslation
Get the backTranslations property: A list of "back translations" of the target.
getCategory() - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
getClientTraceId() - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
getCode() - Method in class com.azure.ai.translation.text.models.LanguageScript
Get the code property: Code identifying the script.
getCode() - Method in class com.azure.ai.translation.text.models.TargetDictionaryLanguage
Get the code property: Language code identifying the target language.
getConfidence() - Method in class com.azure.ai.translation.text.models.DetectedLanguage
Get the confidence property: A float value indicating the confidence in the result.
getConfidence() - Method in class com.azure.ai.translation.text.models.DictionaryTranslation
Get the confidence property: A value between 0.0 and 1.0 which represents the "confidence" (or perhaps more accurately, "probability in the training data") of that translation pair.
getDetectedLanguage() - Method in class com.azure.ai.translation.text.models.BreakSentenceItem
Get the detectedLanguage property: The detectedLanguage property is only present in the result object when language auto-detection is requested.
getDetectedLanguage() - Method in class com.azure.ai.translation.text.models.TranslatedTextItem
Get the detectedLanguage property: The detectedLanguage property is only present in the result object when language auto-detection is requested.
getDictionary() - Method in class com.azure.ai.translation.text.models.GetSupportedLanguagesResult
Get the dictionary property: Languages that support dictionary API.
getDirectionality() - Method in class com.azure.ai.translation.text.models.LanguageScript
Get the directionality property: Directionality, which is rtl for right-to-left languages or ltr for left-to-right languages.
getDirectionality() - Method in class com.azure.ai.translation.text.models.SourceDictionaryLanguage
Get the directionality property: Directionality, which is rtl for right-to-left languages or ltr for left-to-right languages.
getDirectionality() - Method in class com.azure.ai.translation.text.models.TargetDictionaryLanguage
Get the directionality property: Directionality, which is rtl for right-to-left languages or ltr for left-to-right languages.
getDirectionality() - Method in class com.azure.ai.translation.text.models.TranslationLanguage
Get the directionality property: Directionality, which is rtl for right-to-left languages or ltr for left-to-right languages.
getDisplaySource() - Method in class com.azure.ai.translation.text.models.DictionaryLookupItem
Get the displaySource property: A string giving the source term in a form best suited for end-user display.
getDisplayTarget() - Method in class com.azure.ai.translation.text.models.DictionaryTranslation
Get the displayTarget property: A string giving the term in the target language and in a form best suited for end-user display.
getDisplayText() - Method in class com.azure.ai.translation.text.models.BackTranslation
Get the displayText property: A string giving the source term that is a back-translation of the target in a form best suited for end-user display.
getExamples() - Method in class com.azure.ai.translation.text.models.DictionaryExampleItem
Get the examples property: A list of examples for the (source term, target term) pair.
getExamplesCount() - Method in class com.azure.ai.translation.text.models.BackTranslation
Get the examplesCount property: An integer representing the number of examples that are available for this translation pair.
getFrequencyCount() - Method in class com.azure.ai.translation.text.models.BackTranslation
Get the frequencyCount property: An integer representing the frequency of this translation pair in the data.
getLanguage() - Method in class com.azure.ai.translation.text.models.DetectedLanguage
Get the language property: A string representing the code of the detected language.
getLatest() - Static method in enum com.azure.ai.translation.text.TextTranslationServiceVersion
Gets the latest service version supported by this client library.
getName() - Method in class com.azure.ai.translation.text.models.LanguageScript
Get the name property: Display name of the script in the locale requested via Accept-Language header.
getName() - Method in class com.azure.ai.translation.text.models.SourceDictionaryLanguage
Get the name property: Display name of the language in the locale requested via Accept-Language header.
getName() - Method in class com.azure.ai.translation.text.models.TargetDictionaryLanguage
Get the name property: Display name of the language in the locale requested via Accept-Language header.
getName() - Method in class com.azure.ai.translation.text.models.TranslationLanguage
Get the name property: Display name of the language in the locale requested via Accept-Language header.
getName() - Method in class com.azure.ai.translation.text.models.TransliterationLanguage
Get the name property: Display name of the language in the locale requested via Accept-Language header.
getNativeName() - Method in class com.azure.ai.translation.text.models.LanguageScript
Get the nativeName property: Display name of the language in the locale native for the language.
getNativeName() - Method in class com.azure.ai.translation.text.models.SourceDictionaryLanguage
Get the nativeName property: Display name of the language in the locale native for this language.
getNativeName() - Method in class com.azure.ai.translation.text.models.TargetDictionaryLanguage
Get the nativeName property: Display name of the language in the locale native for this language.
getNativeName() - Method in class com.azure.ai.translation.text.models.TranslationLanguage
Get the nativeName property: Display name of the language in the locale native for this language.
getNativeName() - Method in class com.azure.ai.translation.text.models.TransliterationLanguage
Get the nativeName property: Display name of the language in the locale native for this language.
getNormalizedSource() - Method in class com.azure.ai.translation.text.models.DictionaryExampleItem
Get the normalizedSource property: A string giving the normalized form of the source term.
getNormalizedSource() - Method in class com.azure.ai.translation.text.models.DictionaryLookupItem
Get the normalizedSource property: A string giving the normalized form of the source term.
getNormalizedTarget() - Method in class com.azure.ai.translation.text.models.DictionaryExampleItem
Get the normalizedTarget property: A string giving the normalized form of the target term.
getNormalizedTarget() - Method in class com.azure.ai.translation.text.models.DictionaryTranslation
Get the normalizedTarget property: A string giving the normalized form of this term in the target language.
getNormalizedText() - Method in class com.azure.ai.translation.text.models.BackTranslation
Get the normalizedText property: A string giving the normalized form of the source term that is a back-translation of the target.
getPosTag() - Method in class com.azure.ai.translation.text.models.DictionaryTranslation
Get the posTag property: A string associating this term with a part-of-speech tag.
getPrefixWord() - Method in class com.azure.ai.translation.text.models.DictionaryTranslation
Get the prefixWord property: A string giving the word to display as a prefix of the translation.
getProfanityAction() - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
getProfanityMarker() - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
getProjections() - Method in class com.azure.ai.translation.text.models.TranslatedTextAlignment
Get the projections property: Maps input text to translated text.
getScript() - Method in class com.azure.ai.translation.text.models.TransliteratedText
Get the script property: A string specifying the script used in the output.
getScripts() - Method in class com.azure.ai.translation.text.models.TransliterationLanguage
Get the scripts property: List of scripts to convert from.
getSentenceBoundaries() - Method in class com.azure.ai.translation.text.models.TranslationText
Get the sentenceBoundaries property: Sentence boundaries in the input and output texts.
getSentencesLengths() - Method in class com.azure.ai.translation.text.models.BreakSentenceItem
Get the sentencesLengths property: An integer array representing the lengths of the sentences in the input text.
getSourceLanguage() - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
getSourceLanguageScript() - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
getSourcePrefix() - Method in class com.azure.ai.translation.text.models.DictionaryExample
Get the sourcePrefix property: The string to concatenate before the value of sourceTerm to form a complete example.
getSourceSentencesLengths() - Method in class com.azure.ai.translation.text.models.SentenceBoundaries
Get the sourceSentencesLengths property: An integer array representing the lengths of the sentences in the input text.
getSourceSuffix() - Method in class com.azure.ai.translation.text.models.DictionaryExample
Get the sourceSuffix property: The string to concatenate after the value of sourceTerm to form a complete example.
getSourceTerm() - Method in class com.azure.ai.translation.text.models.DictionaryExample
Get the sourceTerm property: A string equal to the actual term looked up.
getSourceText() - Method in class com.azure.ai.translation.text.models.TranslatedTextItem
Get the sourceText property: Input text in the default script of the source language.
getSuggestedSourceLanguage() - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
getSupportedLanguages() - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Gets the set of languages currently supported by other operations of the Translator.
getSupportedLanguages() - Method in class com.azure.ai.translation.text.TextTranslationClient
Gets the set of languages currently supported by other operations of the Translator.
getSupportedLanguages(List<LanguageScope>, String, String) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Gets the set of languages currently supported by other operations of the Translator.
getSupportedLanguages(List<LanguageScope>, String, String) - Method in class com.azure.ai.translation.text.TextTranslationClient
Gets the set of languages currently supported by other operations of the Translator.
GetSupportedLanguagesResult - Class in com.azure.ai.translation.text.models
Response for the languages API.
getSupportedLanguagesWithResponse(RequestOptions) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Gets the set of languages currently supported by other operations of the Translator.
getSupportedLanguagesWithResponse(RequestOptions) - Method in class com.azure.ai.translation.text.TextTranslationClient
Gets the set of languages currently supported by other operations of the Translator.
getTargetLanguage() - Method in class com.azure.ai.translation.text.models.TranslationText
Get the targetLanguage property: A string representing the language code of the target language.
getTargetLanguages() - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
getTargetLanguageScript() - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
getTargetLanguageScripts() - Method in class com.azure.ai.translation.text.models.TransliterableScript
Get the targetLanguageScripts property: List of scripts available to convert text to.
getTargetPrefix() - Method in class com.azure.ai.translation.text.models.DictionaryExample
Get the targetPrefix property: A string similar to sourcePrefix but for the target.
getTargetSuffix() - Method in class com.azure.ai.translation.text.models.DictionaryExample
Get the targetSuffix property: A string similar to sourceSuffix but for the target.
getTargetTerm() - Method in class com.azure.ai.translation.text.models.DictionaryExample
Get the targetTerm property: A string similar to sourceTerm but for the target.
getText() - Method in class com.azure.ai.translation.text.models.InputTextItem
Get the text property: Text to translate.
getText() - Method in class com.azure.ai.translation.text.models.SourceText
Get the text property: Input text in the default script of the source language.
getText() - Method in class com.azure.ai.translation.text.models.TranslationText
Get the text property: A string giving the translated text.
getText() - Method in class com.azure.ai.translation.text.models.TransliteratedText
Get the text property: A string which is the result of converting the input string to the output script.
getTextType() - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
getTranslatedSentencesLengths() - Method in class com.azure.ai.translation.text.models.SentenceBoundaries
Get the translatedSentencesLengths property: An integer array representing the lengths of the sentences in the translated text.
getTranslation() - Method in class com.azure.ai.translation.text.models.DictionaryExampleTextItem
Get the translation property: A string specifying the translated text previously returned by the Dictionary lookup operation.
getTranslation() - Method in class com.azure.ai.translation.text.models.GetSupportedLanguagesResult
Get the translation property: Languages that support translate API.
getTranslations() - Method in class com.azure.ai.translation.text.models.DictionaryLookupItem
Get the translations property: A list of translations for the source term.
getTranslations() - Method in class com.azure.ai.translation.text.models.SourceDictionaryLanguage
Get the translations property: List of languages with alterative translations and examples for the query expressed in the source language.
getTranslations() - Method in class com.azure.ai.translation.text.models.TranslatedTextItem
Get the translations property: An array of translation results.
getTransliteration() - Method in class com.azure.ai.translation.text.models.GetSupportedLanguagesResult
Get the transliteration property: Languages that support transliteration API.
getTransliteration() - Method in class com.azure.ai.translation.text.models.TranslationText
Get the transliteration property: An object giving the translated text in the script specified by the toScript parameter.
getVersion() - Method in enum com.azure.ai.translation.text.TextTranslationServiceVersion

H

HTML - Static variable in class com.azure.ai.translation.text.models.TextType
HTML-encoded text.
httpClient(HttpClient) - Method in class com.azure.ai.translation.text.TextTranslationClientBuilder
.
httpLogOptions(HttpLogOptions) - Method in class com.azure.ai.translation.text.TextTranslationClientBuilder
.

I

InputTextItem - Class in com.azure.ai.translation.text.models
Element containing the text for translation.
InputTextItem(String) - Constructor for class com.azure.ai.translation.text.models.InputTextItem
Creates an instance of InputTextItem class.
isAllowFallback() - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
isIncludeAlignment() - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
isIncludeSentenceLength() - Method in class com.azure.ai.translation.text.models.TranslateOptions
 

L

LanguageDirectionality - Enum in com.azure.ai.translation.text.models
Language Directionality.
LanguageScope - Class in com.azure.ai.translation.text.models
Translator languages scopes.
LanguageScope() - Constructor for class com.azure.ai.translation.text.models.LanguageScope
Deprecated.
Use the LanguageScope.fromString(String) factory method.
LanguageScript - Class in com.azure.ai.translation.text.models
Common properties of language script.
LanguageScript(String, String, String, LanguageDirectionality) - Constructor for class com.azure.ai.translation.text.models.LanguageScript
Creates an instance of LanguageScript class.
LEFT_TO_RIGHT - Enum constant in enum com.azure.ai.translation.text.models.LanguageDirectionality
Language is written left to right.
lookupDictionaryEntries(String, String, String) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Lookup Dictionary Entries.
lookupDictionaryEntries(String, String, String) - Method in class com.azure.ai.translation.text.TextTranslationClient
Lookup Dictionary Entries.
lookupDictionaryEntries(String, String, List<String>) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Lookup Dictionary Entries.
lookupDictionaryEntries(String, String, List<String>) - Method in class com.azure.ai.translation.text.TextTranslationClient
Lookup Dictionary Entries.
lookupDictionaryEntriesWithResponse(String, String, BinaryData, RequestOptions) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Lookup Dictionary Entries.
lookupDictionaryEntriesWithResponse(String, String, BinaryData, RequestOptions) - Method in class com.azure.ai.translation.text.TextTranslationClient
Lookup Dictionary Entries.
lookupDictionaryExamples(String, String, List<DictionaryExampleTextItem>) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Lookup Dictionary Examples.
lookupDictionaryExamples(String, String, List<DictionaryExampleTextItem>) - Method in class com.azure.ai.translation.text.TextTranslationClient
Lookup Dictionary Examples.
lookupDictionaryExamplesWithResponse(String, String, BinaryData, RequestOptions) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Lookup Dictionary Examples.
lookupDictionaryExamplesWithResponse(String, String, BinaryData, RequestOptions) - Method in class com.azure.ai.translation.text.TextTranslationClient
Lookup Dictionary Examples.

M

MARKED - Enum constant in enum com.azure.ai.translation.text.models.ProfanityAction
Profanity is marked.

N

NO_ACTION - Enum constant in enum com.azure.ai.translation.text.models.ProfanityAction
No Action is taken on profanity.

P

pipeline(HttpPipeline) - Method in class com.azure.ai.translation.text.TextTranslationClientBuilder
.
PLAIN - Static variable in class com.azure.ai.translation.text.models.TextType
Plain text.
ProfanityAction - Enum in com.azure.ai.translation.text.models
Translator profanity actions.
ProfanityMarker - Enum in com.azure.ai.translation.text.models
Translator profanity markers.

R

region(String) - Method in class com.azure.ai.translation.text.TextTranslationClientBuilder
Sets the region used to authorize requests sent to the service.
resourceId(String) - Method in class com.azure.ai.translation.text.TextTranslationClientBuilder
Sets the Azure Resource Id used to authorize requests sent to the service.
retryOptions(RetryOptions) - Method in class com.azure.ai.translation.text.TextTranslationClientBuilder
.
retryPolicy(RetryPolicy) - Method in class com.azure.ai.translation.text.TextTranslationClientBuilder
Sets The retry policy that will attempt to retry failed requests, if applicable.
RIGHT_TO_LEFT - Enum constant in enum com.azure.ai.translation.text.models.LanguageDirectionality
Language is written right to left.

S

SentenceBoundaries - Class in com.azure.ai.translation.text.models
An object returning sentence boundaries in the input and output texts.
serviceVersion(TextTranslationServiceVersion) - Method in class com.azure.ai.translation.text.TextTranslationClientBuilder
Sets Service version.
setAllowFallback(Boolean) - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
setCategory(String) - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
setClientTraceId(String) - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
setIncludeAlignment(Boolean) - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
setIncludeSentenceLength(Boolean) - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
setProfanityAction(ProfanityAction) - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
setProfanityMarker(ProfanityMarker) - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
setSourceLanguage(String) - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
setSourceLanguageScript(String) - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
setSuggestedSourceLanguage(String) - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
setTargetLanguages(List<String>) - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
setTargetLanguageScript(String) - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
setTextType(TextType) - Method in class com.azure.ai.translation.text.models.TranslateOptions
 
SourceDictionaryLanguage - Class in com.azure.ai.translation.text.models
Properties ot the source dictionary language.
SourceText - Class in com.azure.ai.translation.text.models
Input text in the default script of the source language.

T

TAG - Enum constant in enum com.azure.ai.translation.text.models.ProfanityMarker
Profanity is marked with the tags.
TargetDictionaryLanguage - Class in com.azure.ai.translation.text.models
Properties of the target dictionary language.
TextTranslationAsyncClient - Class in com.azure.ai.translation.text
Initializes a new instance of the asynchronous TextTranslationClient type.
TextTranslationAudience - Class in com.azure.ai.translation.text.models
Defines values for TextTranslationAudience.
TextTranslationAudience() - Constructor for class com.azure.ai.translation.text.models.TextTranslationAudience
Deprecated.
TextTranslationClient - Class in com.azure.ai.translation.text
Initializes a new instance of the synchronous TextTranslationClient type.
TextTranslationClientBuilder - Class in com.azure.ai.translation.text
A builder for creating a new instance of the TextTranslationClient type.
TextTranslationClientBuilder() - Constructor for class com.azure.ai.translation.text.TextTranslationClientBuilder
Create an instance of the TextTranslationClientBuilder.
TextTranslationServiceVersion - Enum in com.azure.ai.translation.text
Service version of TextTranslationClient.
TextType - Class in com.azure.ai.translation.text.models
Translation text type.
TextType() - Constructor for class com.azure.ai.translation.text.models.TextType
Deprecated.
Use the TextType.fromString(String) factory method.
toString() - Method in enum com.azure.ai.translation.text.models.LanguageDirectionality
toString() - Method in enum com.azure.ai.translation.text.models.ProfanityAction
toString() - Method in enum com.azure.ai.translation.text.models.ProfanityMarker
translate(String, TranslateOptions) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Translate Text.
translate(String, TranslateOptions) - Method in class com.azure.ai.translation.text.TextTranslationClient
Translate Text.
translate(String, String) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Translate Text.
translate(String, String) - Method in class com.azure.ai.translation.text.TextTranslationClient
Translate Text.
translate(String, List<String>) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Translate Text.
translate(String, List<String>) - Method in class com.azure.ai.translation.text.TextTranslationClient
Translate Text.
translate(List<String>, TranslateOptions) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Translate Text.
translate(List<String>, TranslateOptions) - Method in class com.azure.ai.translation.text.TextTranslationClient
Translate Text.
TranslatedTextAlignment - Class in com.azure.ai.translation.text.models
Alignment information object.
TranslatedTextItem - Class in com.azure.ai.translation.text.models
Element containing the translated text.
TranslateOptions - Class in com.azure.ai.translation.text.models
Options that may be passed when translating a text.
TranslateOptions() - Constructor for class com.azure.ai.translation.text.models.TranslateOptions
 
translateWithResponse(List<String>, BinaryData, RequestOptions) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Translate Text.
translateWithResponse(List<String>, BinaryData, RequestOptions) - Method in class com.azure.ai.translation.text.TextTranslationClient
Translate Text.
TRANSLATION - Static variable in class com.azure.ai.translation.text.models.LanguageScope
Static value Translation for LanguageScope.
TranslationLanguage - Class in com.azure.ai.translation.text.models
The value of the translation property is a dictionary of (key, value) pairs.
TranslationText - Class in com.azure.ai.translation.text.models
Translation result.
TransliterableScript - Class in com.azure.ai.translation.text.models
Script definition with list of script into which given script can be translitered.
transliterate(String, String, String, String) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Transliterate Text.
transliterate(String, String, String, String) - Method in class com.azure.ai.translation.text.TextTranslationClient
Transliterate Text.
transliterate(String, String, String, List<String>) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Transliterate Text.
transliterate(String, String, String, List<String>) - Method in class com.azure.ai.translation.text.TextTranslationClient
Transliterate Text.
TransliteratedText - Class in com.azure.ai.translation.text.models
Transliterated text element.
transliterateWithResponse(String, String, String, BinaryData, RequestOptions) - Method in class com.azure.ai.translation.text.TextTranslationAsyncClient
Transliterate Text.
transliterateWithResponse(String, String, String, BinaryData, RequestOptions) - Method in class com.azure.ai.translation.text.TextTranslationClient
Transliterate Text.
TRANSLITERATION - Static variable in class com.azure.ai.translation.text.models.LanguageScope
Static value Transliteration for LanguageScope.
TransliterationLanguage - Class in com.azure.ai.translation.text.models
The value of the transliteration property is a dictionary of (key, value) pairs.

V

V3_0 - Enum constant in enum com.azure.ai.translation.text.TextTranslationServiceVersion
Enum value 3.0.
valueOf(String) - Static method in enum com.azure.ai.translation.text.models.LanguageDirectionality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.ai.translation.text.models.ProfanityAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.ai.translation.text.models.ProfanityMarker
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.ai.translation.text.TextTranslationServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.ai.translation.text.models.LanguageDirectionality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.ai.translation.text.models.LanguageScope
Gets known LanguageScope values.
values() - Static method in enum com.azure.ai.translation.text.models.ProfanityAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.ai.translation.text.models.ProfanityMarker
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.ai.translation.text.models.TextTranslationAudience
Returns known TextTranslationAudience values.
values() - Static method in class com.azure.ai.translation.text.models.TextType
Gets known TextType values.
values() - Static method in enum com.azure.ai.translation.text.TextTranslationServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M N P R S T V 
All Classes and Interfaces|All Packages