Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Z 

A

ABA_ROUTING_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value ABARoutingNumber for PiiEntityCategory.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.ai.textanalytics.TextAnalyticsClientBuilder
Adds a policy to the set of existing policies that are executed after required policies.
ADDRESS - Static variable in class com.azure.ai.textanalytics.models.EntityCategory
Specifies that the entity corresponds to an address.
ADDRESS - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value Address for PiiEntityCategory.
ADMINISTRATIVE_EVENT - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value ADMINISTRATIVE_EVENT for HealthcareEntityCategory.
AGE - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value AGE for HealthcareEntityCategory.
AGE - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value Age for PiiEntityCategory.
ALL - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value All for PiiEntityCategory.
AnalyzeActionsOperationDetail - Class in com.azure.ai.textanalytics.models
AnalyzeActionsOperationDetail() - Constructor for class com.azure.ai.textanalytics.models.AnalyzeActionsOperationDetail
 
AnalyzeActionsOptions - Class in com.azure.ai.textanalytics.models
AnalyzeActionsOptions() - Constructor for class com.azure.ai.textanalytics.models.AnalyzeActionsOptions
 
AnalyzeActionsResult - Class in com.azure.ai.textanalytics.models
AnalyzeActionsResult() - Constructor for class com.azure.ai.textanalytics.models.AnalyzeActionsResult
 
AnalyzeActionsResultPagedFlux - Class in com.azure.ai.textanalytics.util
An implementation of ContinuablePagedFluxCore that uses default PagedResponse.
AnalyzeActionsResultPagedFlux(Supplier<PageRetriever<String, PagedResponse<AnalyzeActionsResult>>>) - Constructor for class com.azure.ai.textanalytics.util.AnalyzeActionsResultPagedFlux
Creates an instance of AnalyzeActionsResultPagedFlux
AnalyzeActionsResultPagedIterable - Class in com.azure.ai.textanalytics.util
This class provides utility to iterate over PagedResponse using Stream and Iterable interfaces.
AnalyzeActionsResultPagedIterable(AnalyzeActionsResultPagedFlux) - Constructor for class com.azure.ai.textanalytics.util.AnalyzeActionsResultPagedIterable
Creates instance given AnalyzeActionsResultPagedIterable.
AnalyzeHealthcareEntitiesOperationDetail - Class in com.azure.ai.textanalytics.models
AnalyzeHealthcareEntitiesOperationDetail() - Constructor for class com.azure.ai.textanalytics.models.AnalyzeHealthcareEntitiesOperationDetail
 
AnalyzeHealthcareEntitiesOptions - Class in com.azure.ai.textanalytics.models
AnalyzeHealthcareEntitiesOptions() - Constructor for class com.azure.ai.textanalytics.models.AnalyzeHealthcareEntitiesOptions
 
AnalyzeHealthcareEntitiesPagedFlux - Class in com.azure.ai.textanalytics.util
An implementation of ContinuablePagedFluxCore that uses default PagedResponse.
AnalyzeHealthcareEntitiesPagedFlux(Supplier<PageRetriever<String, PagedResponse<AnalyzeHealthcareEntitiesResultCollection>>>) - Constructor for class com.azure.ai.textanalytics.util.AnalyzeHealthcareEntitiesPagedFlux
Creates an instance of AnalyzeHealthcareEntitiesPagedFlux
AnalyzeHealthcareEntitiesPagedIterable - Class in com.azure.ai.textanalytics.util
This class provides utility to iterate over PagedResponse using Stream and Iterable interfaces.
AnalyzeHealthcareEntitiesPagedIterable(AnalyzeHealthcareEntitiesPagedFlux) - Constructor for class com.azure.ai.textanalytics.util.AnalyzeHealthcareEntitiesPagedIterable
AnalyzeHealthcareEntitiesResult - Class in com.azure.ai.textanalytics.models
AnalyzeHealthcareEntitiesResult(String, TextDocumentStatistics, TextAnalyticsError) - Constructor for class com.azure.ai.textanalytics.models.AnalyzeHealthcareEntitiesResult
Creates a AnalyzeHealthcareEntitiesResult model that describes recognized healthcare entities result.
AnalyzeHealthcareEntitiesResultCollection - Class in com.azure.ai.textanalytics.util
AnalyzeHealthcareEntitiesResultCollection(Iterable<AnalyzeHealthcareEntitiesResult>) - Constructor for class com.azure.ai.textanalytics.util.AnalyzeHealthcareEntitiesResultCollection
Creates a AnalyzeHealthcareEntitiesResultCollection model that maintains a list of AnalyzeHealthcareEntitiesResult along with model version and batch's statistics.
analyzeSentiment(String) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a sentiment prediction, as well as confidence scores for each sentiment label (Positive, Negative, and Neutral) for the document and each sentence within it.
analyzeSentiment(String, String) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a sentiment prediction, as well as confidence scores for each sentiment label (Positive, Negative, and Neutral) for the document and each sentence within it.
analyzeSentiment(String, String, AnalyzeSentimentOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a sentiment prediction, as well as confidence scores for each sentiment label (Positive, Negative, and Neutral) for the document and each sentence within it.
analyzeSentiment(String) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a sentiment prediction, as well as confidence scores for each sentiment label (Positive, Negative, and Neutral) for the document and each sentence within it.
analyzeSentiment(String, String) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a sentiment prediction, as well as confidence scores for each sentiment label (Positive, Negative, and Neutral) for the document and each sentence within it.
analyzeSentiment(String, String, AnalyzeSentimentOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a sentiment prediction, as well as confidence scores for each sentiment label (Positive, Negative, and Neutral) for the document and each sentence within it.
AnalyzeSentimentAction - Class in com.azure.ai.textanalytics.models
Configurations that allow callers to specify details about how to execute an sentiment analysis action in a set of documents.
AnalyzeSentimentAction() - Constructor for class com.azure.ai.textanalytics.models.AnalyzeSentimentAction
 
AnalyzeSentimentActionResult - Class in com.azure.ai.textanalytics.models
AnalyzeSentimentActionResult() - Constructor for class com.azure.ai.textanalytics.models.AnalyzeSentimentActionResult
 
analyzeSentimentBatch(Iterable<String>, String, TextAnalyticsRequestOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
analyzeSentimentBatch(Iterable<String>, String, AnalyzeSentimentOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a sentiment prediction, as well as confidence scores for each sentiment label (Positive, Negative, and Neutral) for the document and each sentence within it.
analyzeSentimentBatch(Iterable<String>, String, TextAnalyticsRequestOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
analyzeSentimentBatch(Iterable<String>, String, AnalyzeSentimentOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a sentiment prediction, as well as confidence scores for each sentiment label (Positive, Negative, and Neutral) for the document and each sentence within it.
analyzeSentimentBatchWithResponse(Iterable<TextDocumentInput>, TextAnalyticsRequestOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
analyzeSentimentBatchWithResponse(Iterable<TextDocumentInput>, AnalyzeSentimentOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a sentiment prediction, as well as confidence scores for each sentiment label (Positive, Negative, and Neutral) for the document and each sentence within it.
analyzeSentimentBatchWithResponse(Iterable<TextDocumentInput>, TextAnalyticsRequestOptions, Context) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
analyzeSentimentBatchWithResponse(Iterable<TextDocumentInput>, AnalyzeSentimentOptions, Context) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a sentiment prediction, as well as confidence scores for each sentiment label (Positive, Negative, and Neutral) for the document and each sentence within it.
AnalyzeSentimentOptions - Class in com.azure.ai.textanalytics.models
AnalyzeSentimentOptions() - Constructor for class com.azure.ai.textanalytics.models.AnalyzeSentimentOptions
 
AnalyzeSentimentResult - Class in com.azure.ai.textanalytics.models
AnalyzeSentimentResult(String, TextDocumentStatistics, TextAnalyticsError, DocumentSentiment) - Constructor for class com.azure.ai.textanalytics.models.AnalyzeSentimentResult
Creates a AnalyzeSentimentResult model that describes analyzed sentiment result.
AnalyzeSentimentResultCollection - Class in com.azure.ai.textanalytics.util
A collection model that contains a list of AnalyzeSentimentResult along with model version and batch's statistics.
AnalyzeSentimentResultCollection(Iterable<AnalyzeSentimentResult>, String, TextDocumentBatchStatistics) - Constructor for class com.azure.ai.textanalytics.util.AnalyzeSentimentResultCollection
Creates a AnalyzeSentimentResultCollection model that maintains a list of AnalyzeSentimentResult along with model version and batch's statistics.
AR_NATIONAL_IDENTITY_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value ARNationalIdentityNumber for PiiEntityCategory.
AssessmentSentiment - Class in com.azure.ai.textanalytics.models
AssessmentSentiment() - Constructor for class com.azure.ai.textanalytics.models.AssessmentSentiment
 
AT_IDENTITY_CARD - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value ATIdentityCard for PiiEntityCategory.
AT_TAX_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value ATTaxIdentificationNumber for PiiEntityCategory.
AT_VALUE_ADDED_TAX_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value ATValueAddedTaxNumber for PiiEntityCategory.
AU_BANK_ACCOUNT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value AUBankAccountNumber for PiiEntityCategory.
AU_BUSINESS_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value AUBusinessNumber for PiiEntityCategory.
AU_COMPANY_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value AUCompanyNumber for PiiEntityCategory.
AU_DRIVERS_LICENSE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value AUDriversLicenseNumber for PiiEntityCategory.
AU_MEDICAL_ACCOUNT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value AUMedicalAccountNumber for PiiEntityCategory.
AU_PASSPORT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value AUPassportNumber for PiiEntityCategory.
AU_TAX_FILE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value AUTaxFileNumber for PiiEntityCategory.
AZURE_DOCUMENT_DB_AUTH_KEY - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value AzureDocumentDBAuthKey for PiiEntityCategory.
AZURE_IAAS_DATABASE_CONNECTION_AND_SQL_STRING - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value AzureIAASDatabaseConnectionAndSQLString for PiiEntityCategory.
AZURE_IOT_CONNECTION_STRING - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value AzureIoTConnectionString for PiiEntityCategory.
AZURE_PUBLISH_SETTING_PASSWORD - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value AzurePublishSettingPassword for PiiEntityCategory.
AZURE_REDIS_CACHE_STRING - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value AzureRedisCacheString for PiiEntityCategory.
AZURE_SAS - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value AzureSAS for PiiEntityCategory.
AZURE_SERVICE_BUS_STRING - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value AzureServiceBusString for PiiEntityCategory.
AZURE_STORAGE_ACCOUNT_GENERIC - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value AzureStorageAccountGeneric for PiiEntityCategory.
AZURE_STORAGE_ACCOUNT_KEY - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value AzureStorageAccountKey for PiiEntityCategory.

B

BE_NATIONAL_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value BENationalNumber for PiiEntityCategory.
BE_NATIONAL_NUMBER_V2 - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value BENationalNumberV2 for PiiEntityCategory.
BE_VALUE_ADDED_TAX_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value BEValueAddedTaxNumber for PiiEntityCategory.
beginAnalyzeActions(Iterable<String>, TextAnalyticsActions, String, AnalyzeActionsOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Execute actions, such as, entities recognition, PII entities recognition and key phrases extraction for a list of documents with provided request options.
beginAnalyzeActions(Iterable<TextDocumentInput>, TextAnalyticsActions, AnalyzeActionsOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Execute actions, such as, entities recognition, PII entities recognition and key phrases extraction for a list of documents with provided request options.
beginAnalyzeActions(Iterable<String>, TextAnalyticsActions, String, AnalyzeActionsOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Execute actions, such as, entities recognition, PII entities recognition and key phrases extraction for a list of documents with provided request options.
beginAnalyzeActions(Iterable<TextDocumentInput>, TextAnalyticsActions, AnalyzeActionsOptions, Context) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Execute actions, such as, entities recognition, PII entities recognition and key phrases extraction for a list of documents with provided request options.
beginAnalyzeHealthcareEntities(Iterable<String>, String, AnalyzeHealthcareEntitiesOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Analyze healthcare entities, entity data sources, and entity relations in a list of documents with provided request options.
beginAnalyzeHealthcareEntities(Iterable<TextDocumentInput>, AnalyzeHealthcareEntitiesOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Analyze healthcare entities, entity data sources, and entity relations in a list of documents with provided request options.
beginAnalyzeHealthcareEntities(Iterable<String>, String, AnalyzeHealthcareEntitiesOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Analyze healthcare entities, entity data sources, and entity relations in a list of documents with provided request options.
beginAnalyzeHealthcareEntities(Iterable<TextDocumentInput>, AnalyzeHealthcareEntitiesOptions, Context) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Analyze healthcare entities, entity data sources, and entity relations in a list of documents with provided request options.
BG_UNIFORM_CIVIL_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value BGUniformCivilNumber for PiiEntityCategory.
BODY_STRUCTURE - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value BODY_STRUCTURE for HealthcareEntityCategory.
BR_CPF_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value BRCPFNumber for PiiEntityCategory.
BR_LEGAL_ENTITY_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value BRLegalEntityNumber for PiiEntityCategory.
BR_NATIONAL_ID_RG - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value BRNationalIDRG for PiiEntityCategory.
buildAsyncClient() - Method in class com.azure.ai.textanalytics.TextAnalyticsClientBuilder
Creates a TextAnalyticsAsyncClient based on options set in the builder.
buildClient() - Method in class com.azure.ai.textanalytics.TextAnalyticsClientBuilder
Creates a TextAnalyticsClient based on options set in the builder.

C

CA_BANK_ACCOUNT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value CABankAccountNumber for PiiEntityCategory.
CA_DRIVERS_LICENSE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value CADriversLicenseNumber for PiiEntityCategory.
CA_HEALTH_SERVICE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value CAHealthServiceNumber for PiiEntityCategory.
CA_PASSPORT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value CAPassportNumber for PiiEntityCategory.
CA_PERSONAL_HEALTH_IDENTIFICATION - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value CAPersonalHealthIdentification for PiiEntityCategory.
CA_SOCIAL_INSURANCE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value CASocialInsuranceNumber for PiiEntityCategory.
CARE_ENVIRONMENT - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value CARE_ENVIRONMENT for HealthcareEntityCategory.
CategorizedEntity - Class in com.azure.ai.textanalytics.models
CategorizedEntity(String, EntityCategory, String, double) - Constructor for class com.azure.ai.textanalytics.models.CategorizedEntity
Creates a CategorizedEntity model that describes entity.
CategorizedEntityCollection - Class in com.azure.ai.textanalytics.models
CategorizedEntityCollection(IterableStream<CategorizedEntity>, IterableStream<TextAnalyticsWarning>) - Constructor for class com.azure.ai.textanalytics.models.CategorizedEntityCollection
Creates a CategorizedEntityCollection model that describes a entities collection including warnings.
CH_SOCIAL_SECURITY_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value CHSocialSecurityNumber for PiiEntityCategory.
CL_IDENTITY_CARD_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value CLIdentityCardNumber for PiiEntityCategory.
clientOptions(ClientOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsClientBuilder
Sets the client options such as application ID and custom headers to set on a request.
CN_RESIDENT_IDENTITY_CARD_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value CNResidentIdentityCardNumber for PiiEntityCategory.
com.azure.ai.textanalytics - package com.azure.ai.textanalytics
Package containing the classes for TextAnalyticsClient.
com.azure.ai.textanalytics.models - package com.azure.ai.textanalytics.models
Package containing classes for TextAnalyticsClient.
com.azure.ai.textanalytics.util - package com.azure.ai.textanalytics.util
Package containing Azure Text Analytics collection types that contain the results for batch operations.
CONDITION_QUALIFIER - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value CONDITION_QUALIFIER for HealthcareEntityCategory.
CONDITIONAL - Static variable in class com.azure.ai.textanalytics.models.EntityConditionality
Enum value Conditional.
configuration(Configuration) - Method in class com.azure.ai.textanalytics.TextAnalyticsClientBuilder
Sets the configuration store that is used during construction of the service client.
credential(AzureKeyCredential) - Method in class com.azure.ai.textanalytics.TextAnalyticsClientBuilder
Sets the AzureKeyCredential to use when authenticating HTTP requests for this TextAnalyticsClientBuilder.
credential(TokenCredential) - Method in class com.azure.ai.textanalytics.TextAnalyticsClientBuilder
Sets the TokenCredential used to authenticate HTTP requests.
CREDIT_CARD_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value CreditCardNumber for PiiEntityCategory.
CY_IDENTITY_CARD - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value CYIdentityCard for PiiEntityCategory.
CY_TAX_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value CYTaxIdentificationNumber for PiiEntityCategory.
CZ_PERSONAL_IDENTITY_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value CZPersonalIdentityNumber for PiiEntityCategory.
CZ_PERSONAL_IDENTITY_V2 - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value CZPersonalIdentityV2 for PiiEntityCategory.

D

DATE - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value DATE for HealthcareEntityCategory.
DATE - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value Date for PiiEntityCategory.
DATE_TIME - Static variable in class com.azure.ai.textanalytics.models.EntityCategory
Specifies that the entity contains a date, time or duration.
DE_DRIVERS_LICENSE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value DEDriversLicenseNumber for PiiEntityCategory.
DE_IDENTITY_CARD_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value DEIdentityCardNumber for PiiEntityCategory.
DE_PASSPORT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value DEPassportNumber for PiiEntityCategory.
DE_TAX_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value DETaxIdentificationNumber for PiiEntityCategory.
DE_VALUE_ADDED_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value DEValueAddedNumber for PiiEntityCategory.
DEFAULT - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value Default for PiiEntityCategory.
defaultCountryHint(String) - Method in class com.azure.ai.textanalytics.TextAnalyticsClientBuilder
Set the default country hint option for one client.
defaultLanguage(String) - Method in class com.azure.ai.textanalytics.TextAnalyticsClientBuilder
Set the default language option for one client.
DetectedLanguage - Class in com.azure.ai.textanalytics.models
The DetectedLanguage model.
DetectedLanguage(String, String, double, IterableStream<TextAnalyticsWarning>) - Constructor for class com.azure.ai.textanalytics.models.DetectedLanguage
Creates a DetectedLanguage model that describes detected language content.
detectLanguage(String) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns the detected language and a confidence score between zero and one.
detectLanguage(String, String) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a Response contains the detected language and a confidence score between zero and one.
detectLanguage(String) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns the detected language and a confidence score between zero and one.
detectLanguage(String, String) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns the detected language and a confidence score between zero and one.
detectLanguageBatch(Iterable<String>, String, TextAnalyticsRequestOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns the detected language for each of documents with the provided country hint and request option.
detectLanguageBatch(Iterable<String>, String, TextAnalyticsRequestOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Detects Language for a batch of document with the provided country hint and request options.
detectLanguageBatchWithResponse(Iterable<DetectLanguageInput>, TextAnalyticsRequestOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns the detected language for a batch of document with provided request options.
detectLanguageBatchWithResponse(Iterable<DetectLanguageInput>, TextAnalyticsRequestOptions, Context) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Detects Language for a batch of document with provided request options.
DetectLanguageInput - Class in com.azure.ai.textanalytics.models
DetectLanguageInput(String, String) - Constructor for class com.azure.ai.textanalytics.models.DetectLanguageInput
Creates an input for detect language that will takes id and document as required inputs.
DetectLanguageInput(String, String, String) - Constructor for class com.azure.ai.textanalytics.models.DetectLanguageInput
Creates an input for detect language that will takes id, document and countryHint.
DetectLanguageResult - Class in com.azure.ai.textanalytics.models
DetectLanguageResult(String, TextDocumentStatistics, TextAnalyticsError, DetectedLanguage) - Constructor for class com.azure.ai.textanalytics.models.DetectLanguageResult
Creates a DetectLanguageResult model that describes detected languages result.
DetectLanguageResultCollection - Class in com.azure.ai.textanalytics.util
A collection model that contains a list of DetectLanguageResult along with model version and batch's statistics.
DetectLanguageResultCollection(Iterable<DetectLanguageResult>, String, TextDocumentBatchStatistics) - Constructor for class com.azure.ai.textanalytics.util.DetectLanguageResultCollection
Creates a DetectLanguageResultCollection model that maintains a list of DetectLanguageResult along with model version and batch's statistics.
DIAGNOSIS - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value DIAGNOSIS for HealthcareEntityCategory.
DIRECTION - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value DIRECTION for HealthcareEntityCategory.
DIRECTION_OF_BODY_STRUCTURE - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value DirectionOfBodyStructure for HealthcareEntityRelationType.
DIRECTION_OF_CONDITION - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value DirectionOfCondition for HealthcareEntityRelationType.
DIRECTION_OF_EXAMINATION - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value DirectionOfExamination for HealthcareEntityRelationType.
DIRECTION_OF_TREATMENT - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value DirectionOfTreatment for HealthcareEntityRelationType.
DK_PERSONAL_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value DKPersonalIdentificationNumber for PiiEntityCategory.
DK_PERSONAL_IDENTIFICATION_V2 - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value DKPersonalIdentificationV2 for PiiEntityCategory.
DOCUMENT_TRUNCATED - Static variable in class com.azure.ai.textanalytics.models.WarningCode
Static value DocumentTruncated for WarningCode.
DocumentSentiment - Class in com.azure.ai.textanalytics.models
The DocumentSentiment model that contains sentiment label of a document, confidence score of the sentiment label, and a list of SentenceSentiment.
DocumentSentiment(TextSentiment, SentimentConfidenceScores, IterableStream<SentenceSentiment>, IterableStream<TextAnalyticsWarning>) - Constructor for class com.azure.ai.textanalytics.models.DocumentSentiment
Creates a DocumentSentiment model that describes the sentiment of the document.
DOSAGE - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value DOSAGE for HealthcareEntityCategory.
DOSAGE_OF_MEDICATION - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value DosageOfMedication for HealthcareEntityRelationType.
DRUG_ENFORCEMENT_AGENCY_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value DrugEnforcementAgencyNumber for PiiEntityCategory.

E

EE_PERSONAL_IDENTIFICATION_CODE - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value EEPersonalIdentificationCode for PiiEntityCategory.
EMAIL - Static variable in class com.azure.ai.textanalytics.models.EntityCategory
Specifies that the entity contains an email address.
EMAIL - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value Email for PiiEntityCategory.
EMPTY_REQUEST - Static variable in class com.azure.ai.textanalytics.models.TextAnalyticsErrorCode
Enum value EmptyRequest.
endpoint(String) - Method in class com.azure.ai.textanalytics.TextAnalyticsClientBuilder
Sets the service endpoint for the Azure Text Analytics instance.
EntityAssociation - Class in com.azure.ai.textanalytics.models
EntityAssociation() - Constructor for class com.azure.ai.textanalytics.models.EntityAssociation
 
EntityCategory - Class in com.azure.ai.textanalytics.models
Gets the entity category inferred by the text analytics service's named entity recognition model.
EntityCategory() - Constructor for class com.azure.ai.textanalytics.models.EntityCategory
 
EntityCertainty - Class in com.azure.ai.textanalytics.models
The EntityCertainty model.
EntityCertainty() - Constructor for class com.azure.ai.textanalytics.models.EntityCertainty
 
EntityConditionality - Class in com.azure.ai.textanalytics.models
EntityConditionality() - Constructor for class com.azure.ai.textanalytics.models.EntityConditionality
 
EntityDataSource - Class in com.azure.ai.textanalytics.models
The EntityDataSource model.
EntityDataSource() - Constructor for class com.azure.ai.textanalytics.models.EntityDataSource
 
ES_DNI - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value ESDNI for PiiEntityCategory.
ES_SOCIAL_SECURITY_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value ESSocialSecurityNumber for PiiEntityCategory.
ES_TAX_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value ESTaxIdentificationNumber for PiiEntityCategory.
EU_DEBIT_CARD_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value EUDebitCardNumber for PiiEntityCategory.
EU_DRIVERS_LICENSE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value EUDriversLicenseNumber for PiiEntityCategory.
EU_GPS_COORDINATES - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value EUGPSCoordinates for PiiEntityCategory.
EU_NATIONAL_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value EUNationalIdentificationNumber for PiiEntityCategory.
EU_PASSPORT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value EUPassportNumber for PiiEntityCategory.
EU_SOCIAL_SECURITY_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value EUSocialSecurityNumber for PiiEntityCategory.
EU_TAX_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value EUTaxIdentificationNumber for PiiEntityCategory.
EVENT - Static variable in class com.azure.ai.textanalytics.models.EntityCategory
Specifies that the entity contains historical, social and natural-occuring events.
EXAMINATION_NAME - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value EXAMINATION_NAME for HealthcareEntityCategory.
ExtractKeyPhraseResult - Class in com.azure.ai.textanalytics.models
ExtractKeyPhraseResult(String, TextDocumentStatistics, TextAnalyticsError, KeyPhrasesCollection) - Constructor for class com.azure.ai.textanalytics.models.ExtractKeyPhraseResult
Creates a ExtractKeyPhraseResult model that describes extracted key phrases result.
extractKeyPhrases(String) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a list of strings denoting the key phrases in the document.
extractKeyPhrases(String, String) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a list of strings denoting the key phrases in the document.
extractKeyPhrases(String) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a list of strings denoting the key phrases in the document.
extractKeyPhrases(String, String) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a list of strings denoting the key phrases in the document.
ExtractKeyPhrasesAction - Class in com.azure.ai.textanalytics.models
Configurations that allow callers to specify details about how to execute a key phrases extraction action in a set of documents.
ExtractKeyPhrasesAction() - Constructor for class com.azure.ai.textanalytics.models.ExtractKeyPhrasesAction
 
ExtractKeyPhrasesActionResult - Class in com.azure.ai.textanalytics.models
ExtractKeyPhrasesActionResult() - Constructor for class com.azure.ai.textanalytics.models.ExtractKeyPhrasesActionResult
 
extractKeyPhrasesBatch(Iterable<String>, String, TextAnalyticsRequestOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a list of strings denoting the key phrases in the document with provided language code and request options.
extractKeyPhrasesBatch(Iterable<String>, String, TextAnalyticsRequestOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a list of strings denoting the key phrases in the documents with provided language code and request options.
extractKeyPhrasesBatchWithResponse(Iterable<TextDocumentInput>, TextAnalyticsRequestOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a list of strings denoting the key phrases in the document with provided request options.
extractKeyPhrasesBatchWithResponse(Iterable<TextDocumentInput>, TextAnalyticsRequestOptions, Context) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a list of strings denoting the key phrases in the a batch of document with request options.
ExtractKeyPhrasesResultCollection - Class in com.azure.ai.textanalytics.util
A collection model that contains a list of ExtractKeyPhraseResult along with model version and batch's statistics.
ExtractKeyPhrasesResultCollection(Iterable<ExtractKeyPhraseResult>, String, TextDocumentBatchStatistics) - Constructor for class com.azure.ai.textanalytics.util.ExtractKeyPhrasesResultCollection
Creates a ExtractKeyPhrasesResultCollection model that maintains a list of ExtractKeyPhraseResult along with model version and batch's statistics.
ExtractSummaryAction - Class in com.azure.ai.textanalytics.models
Configurations that allow callers to specify details about how to execute an extractive summarization action in a set of documents.
ExtractSummaryAction() - Constructor for class com.azure.ai.textanalytics.models.ExtractSummaryAction
 
ExtractSummaryActionResult - Class in com.azure.ai.textanalytics.models
ExtractSummaryActionResult() - Constructor for class com.azure.ai.textanalytics.models.ExtractSummaryActionResult
 
ExtractSummaryResult - Class in com.azure.ai.textanalytics.models
ExtractSummaryResult(String, TextDocumentStatistics, TextAnalyticsError) - Constructor for class com.azure.ai.textanalytics.models.ExtractSummaryResult
Creates a ExtractSummaryResult model that describes extractive summarization result.
ExtractSummaryResultCollection - Class in com.azure.ai.textanalytics.util
A collection model that contains a list of ExtractSummaryResult along with model version and batch's statistics.
ExtractSummaryResultCollection(Iterable<ExtractSummaryResult>, String, TextDocumentBatchStatistics) - Constructor for class com.azure.ai.textanalytics.util.ExtractSummaryResultCollection
Create a ExtractSummaryResultCollection model that maintains a list of ExtractSummaryResult along with model version and batch's statistics.

F

FAMILY_RELATION - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value FAMILY_RELATION for HealthcareEntityCategory.
FI_EUROPEAN_HEALTH_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value FIEuropeanHealthNumber for PiiEntityCategory.
FI_NATIONAL_ID - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value FINationalID for PiiEntityCategory.
FI_NATIONAL_ID_V2 - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value FINationalIDV2 for PiiEntityCategory.
FI_PASSPORT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value FIPassportNumber for PiiEntityCategory.
FORM_OF_MEDICATION - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value FormOfMedication for HealthcareEntityRelationType.
FR_DRIVERS_LICENSE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value FRDriversLicenseNumber for PiiEntityCategory.
FR_HEALTH_INSURANCE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value FRHealthInsuranceNumber for PiiEntityCategory.
FR_NATIONAL_ID - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value FRNationalID for PiiEntityCategory.
FR_PASSPORT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value FRPassportNumber for PiiEntityCategory.
FR_SOCIAL_SECURITY_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value FRSocialSecurityNumber for PiiEntityCategory.
FR_TAX_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value FRTaxIdentificationNumber for PiiEntityCategory.
FR_VALUE_ADDED_TAX_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value FRValueAddedTaxNumber for PiiEntityCategory.
FREQUENCY - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value FREQUENCY for HealthcareEntityCategory.
FREQUENCY_OF_MEDICATION - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value FrequencyOfMedication for HealthcareEntityRelationType.
FREQUENCY_OF_TREATMENT - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value FrequencyOfTreatment for HealthcareEntityRelationType.
fromString(String) - Static method in class com.azure.ai.textanalytics.models.EntityAssociation
Creates or finds a EntityAssociation from its string representation.
fromString(String) - Static method in class com.azure.ai.textanalytics.models.EntityCategory
Creates or finds a EntityCategory from its string representation.
fromString(String) - Static method in class com.azure.ai.textanalytics.models.EntityCertainty
Creates or finds a EntityCertainty from its string representation.
fromString(String) - Static method in class com.azure.ai.textanalytics.models.EntityConditionality
Creates or finds a EntityConditionality from its string representation.
fromString(String) - Static method in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Creates or finds a HealthcareEntityCategory from its string representation.
fromString(String) - Static method in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Creates or finds a HealthcareEntityRelationType from its string representation.
fromString(String) - Static method in class com.azure.ai.textanalytics.models.PiiEntityCategory
Creates or finds a PiiEntityCategory from its string representation.
fromString(String) - Static method in class com.azure.ai.textanalytics.models.PiiEntityDomain
Creates or finds a PiiEntityDomain from its string representation.
fromString(String) - Static method in class com.azure.ai.textanalytics.models.SummarySentencesOrder
Creates or finds a SummarySentencesOrder from its string representation.
fromString(String) - Static method in class com.azure.ai.textanalytics.models.TextAnalyticsErrorCode
Creates or finds a TextAnalyticsErrorCode from its string representation.
fromString(String) - Static method in class com.azure.ai.textanalytics.models.TextSentiment
Creates or finds a TextSentiment from its string representation.
fromString(String) - Static method in class com.azure.ai.textanalytics.models.WarningCode
Creates or finds a WarningCode from its string representation.

G

GENDER - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value GENDER for HealthcareEntityCategory.
GENE_OR_PROTEIN - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value GENE_OR_PROTEIN for HealthcareEntityCategory.
getAnalyzeSentimentActions() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsActions
Gets the list of AnalyzeSentimentAction to be executed.
getAnalyzeSentimentResults() - Method in class com.azure.ai.textanalytics.models.AnalyzeActionsResult
Gets the analyzeSentimentResults property: The sentiment analysis actions results property.
getAssertion() - Method in class com.azure.ai.textanalytics.models.HealthcareEntity
Gets the assertion property.
getAssessments() - Method in class com.azure.ai.textanalytics.models.SentenceOpinion
Gets the assessments of target text.
getAssociation() - Method in class com.azure.ai.textanalytics.models.HealthcareEntityAssertion
Gets the association property: Describes if the entity is the subject of the text or if it describes someone else.
getBingEntitySearchApiId() - Method in class com.azure.ai.textanalytics.models.LinkedEntity
Gets the bingEntitySearchApiId property: Bing Entity Search unique identifier of the recognized entity.
getCategoriesFilter() - Method in class com.azure.ai.textanalytics.models.RecognizePiiEntitiesAction
Gets the value of categoriesFilter.
getCategoriesFilter() - Method in class com.azure.ai.textanalytics.models.RecognizePiiEntitiesOptions
Gets the value of categoriesFilter.
getCategory() - Method in class com.azure.ai.textanalytics.models.CategorizedEntity
Gets the category property: Categorized entity category, such as Person/Location/Org/SSN etc.
getCategory() - Method in class com.azure.ai.textanalytics.models.HealthcareEntity
Gets the category property: Healthcare entity category, such as Person/Location/Org/SSN etc.
getCategory() - Method in class com.azure.ai.textanalytics.models.PiiEntity
Gets the category property: Categorized entity category, such as Person/Location/Org/SSN etc.
getCertainty() - Method in class com.azure.ai.textanalytics.models.HealthcareEntityAssertion
Gets the certainty property: Describes the entities certainty and polarity.
getCharacterCount() - Method in class com.azure.ai.textanalytics.models.TextDocumentStatistics
Get the characterCount property: Number of text elements recognized in the document.
getCompletedAt() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsActionResult
Gets the time when the action was completed.
getConditionality() - Method in class com.azure.ai.textanalytics.models.HealthcareEntityAssertion
Gets the conditionality property: Describes any conditionality on the entity.
getConfidenceScore() - Method in class com.azure.ai.textanalytics.models.CategorizedEntity
Gets the score property: If a well-known item is recognized, a decimal number denoting the confidence level between 0 and 1 will be returned.
getConfidenceScore() - Method in class com.azure.ai.textanalytics.models.DetectedLanguage
Gets the confidenceScore property: A confidence score between 0 and 1.
getConfidenceScore() - Method in class com.azure.ai.textanalytics.models.HealthcareEntity
Gets the score property: If a well-known item is recognized, a decimal number denoting the confidence level between 0 and 1 will be returned.
getConfidenceScore() - Method in class com.azure.ai.textanalytics.models.LinkedEntityMatch
Gets the score property: If a well-known item is recognized, a decimal number denoting the confidence level between 0 and 1 will be returned.
getConfidenceScore() - Method in class com.azure.ai.textanalytics.models.PiiEntity
Gets the score property: Confidence score between 0 and 1 of the recognized entity.
getConfidenceScores() - Method in class com.azure.ai.textanalytics.models.AssessmentSentiment
Gets the confidence score of the sentiment label.
getConfidenceScores() - Method in class com.azure.ai.textanalytics.models.DocumentSentiment
Gets the sentiment confidence score (Softmax score) between 0 and 1, for each sentiment label.
getConfidenceScores() - Method in class com.azure.ai.textanalytics.models.SentenceSentiment
Gets the confidence score of the sentiment label.
getConfidenceScores() - Method in class com.azure.ai.textanalytics.models.TargetSentiment
Gets the confidence score of the sentiment label.
getCountryHint() - Method in class com.azure.ai.textanalytics.models.DetectLanguageInput
Gets the countryHint property: The countryHint property.
getCreatedAt() - Method in class com.azure.ai.textanalytics.models.AnalyzeActionsOperationDetail
Gets the created time of an action.
getCreatedAt() - Method in class com.azure.ai.textanalytics.models.AnalyzeHealthcareEntitiesOperationDetail
Gets the created time of an action.
getDataSource() - Method in class com.azure.ai.textanalytics.models.LinkedEntity
Gets the dataSource property: Data source used to extract entity linking, such as Wiki/Bing etc.
getDataSourceEntityId() - Method in class com.azure.ai.textanalytics.models.LinkedEntity
Gets the id property: Unique identifier of the recognized entity from the data source.
getDataSources() - Method in class com.azure.ai.textanalytics.models.HealthcareEntity
Gets the healthcare entity data sources property: Entity references in known data sources.
getDefaultCountryHint() - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Gets default country hint code.
getDefaultCountryHint() - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Gets default country hint code.
getDefaultLanguage() - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Gets default language when the builder is setup.
getDefaultLanguage() - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Gets default language when the builder is setup.
getDefaultLogOptions() - Static method in class com.azure.ai.textanalytics.TextAnalyticsClientBuilder
Gets the default Azure Text Analytics headers and query parameters allow list.
getDisplayName() - Method in class com.azure.ai.textanalytics.models.AnalyzeActionsOperationDetail
Gets the displayName property of the AnalyzeActionsOperationDetail.
getDisplayName() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsActions
Gets the custom name for the actions.
getDocumentCount() - Method in class com.azure.ai.textanalytics.models.TextDocumentBatchStatistics
Get the documentCount property: Number of documents submitted in the request.
getDocumentSentiment() - Method in class com.azure.ai.textanalytics.models.AnalyzeSentimentResult
Gets the document sentiment.
getDocumentsResults() - Method in class com.azure.ai.textanalytics.models.AnalyzeSentimentActionResult
Gets the sentiment analysis action result.
getDocumentsResults() - Method in class com.azure.ai.textanalytics.models.ExtractKeyPhrasesActionResult
Gets the key phrases extraction action result.
getDocumentsResults() - Method in class com.azure.ai.textanalytics.models.ExtractSummaryActionResult
Gets the extractive summarization action result.
getDocumentsResults() - Method in class com.azure.ai.textanalytics.models.RecognizeEntitiesActionResult
Gets the entities recognition action result.
getDocumentsResults() - Method in class com.azure.ai.textanalytics.models.RecognizeLinkedEntitiesActionResult
Gets the linked entities recognition action result.
getDocumentsResults() - Method in class com.azure.ai.textanalytics.models.RecognizePiiEntitiesActionResult
Gets the PII entities recognition action result.
getDomainFilter() - Method in class com.azure.ai.textanalytics.models.RecognizePiiEntitiesAction
Gets the value of domainFilter.
getDomainFilter() - Method in class com.azure.ai.textanalytics.models.RecognizePiiEntitiesOptions
Gets the value of domainFilter.
getEntities() - Method in class com.azure.ai.textanalytics.models.AnalyzeHealthcareEntitiesResult
Gets an IterableStream of HealthcareEntity.
getEntities() - Method in class com.azure.ai.textanalytics.models.RecognizeEntitiesResult
Gets an IterableStream of CategorizedEntity.
getEntities() - Method in class com.azure.ai.textanalytics.models.RecognizeLinkedEntitiesResult
Gets an IterableStream of LinkedEntity.
getEntities() - Method in class com.azure.ai.textanalytics.models.RecognizePiiEntitiesResult
Gets an IterableStream of PiiEntity.
getEntity() - Method in class com.azure.ai.textanalytics.models.HealthcareEntityRelationRole
Gets the healthcare entity object.
getEntityId() - Method in class com.azure.ai.textanalytics.models.EntityDataSource
Gets the data source entity ID property: data source entity ID in the given source catalog.
getEntityRelations() - Method in class com.azure.ai.textanalytics.models.AnalyzeHealthcareEntitiesResult
Gets the IterableStream of HealthcareEntityRelation.
getError() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsActionResult
Gets the error of action.
getError() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsResult
Get the error of text document.
getErrorCode() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsError
Get the code property: Error code.
getErrorCode() - Method in exception com.azure.ai.textanalytics.models.TextAnalyticsException
Gets the TextAnalyticsErrorCode for this exception.
getErrors() - Method in exception com.azure.ai.textanalytics.models.TextAnalyticsException
Get the error information list fot this exception.
getExpiresAt() - Method in class com.azure.ai.textanalytics.models.AnalyzeActionsOperationDetail
Gets the expiration time of an action.
getExpiresAt() - Method in class com.azure.ai.textanalytics.models.AnalyzeHealthcareEntitiesOperationDetail
Gets the expiration time of an action.
getExtractKeyPhrasesActions() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsActions
Gets the list of ExtractKeyPhrasesAction to be executed.
getExtractKeyPhrasesResults() - Method in class com.azure.ai.textanalytics.models.AnalyzeActionsResult
Gets the extractKeyPhrasesResults property: The key phrases extraction actions results property.
getExtractSummaryActions() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsActions
Gets the list of ExtractSummaryAction to be executed.
getExtractSummaryResults() - Method in class com.azure.ai.textanalytics.models.AnalyzeActionsResult
Gets the extractSummaryResults property: the extractive summarization actions results property.
getFailedCount() - Method in class com.azure.ai.textanalytics.models.AnalyzeActionsOperationDetail
Gets the failed number of actions.
getId() - Method in class com.azure.ai.textanalytics.models.DetectLanguageInput
Gets the id property: Unique, non-empty document identifier.
getId() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsResult
Get the document id.
getId() - Method in class com.azure.ai.textanalytics.models.TextDocumentInput
Get the id property: A unique, non-empty document identifier.
getInProgressCount() - Method in class com.azure.ai.textanalytics.models.AnalyzeActionsOperationDetail
Gets the in-progress number of actions.
getInvalidDocumentCount() - Method in class com.azure.ai.textanalytics.models.TextDocumentBatchStatistics
Get the invalidDocumentCount property: Number of invalid documents.
getIso6391Name() - Method in class com.azure.ai.textanalytics.models.DetectedLanguage
Gets the iso6391Name property: A two letter representation of the detected language according to the ISO 639-1 standard (e.g.
getKeyPhrases() - Method in class com.azure.ai.textanalytics.models.ExtractKeyPhraseResult
Gets a KeyPhrasesCollection contains a list of key phrases and warnings.
getLanguage() - Method in class com.azure.ai.textanalytics.models.LinkedEntity
Gets the language property: Language used in the data source.
getLanguage() - Method in class com.azure.ai.textanalytics.models.TextDocumentInput
Get the language property: (Optional) This is the 2 letter ISO 639-1 representation of a language.
getLastModifiedAt() - Method in class com.azure.ai.textanalytics.models.AnalyzeActionsOperationDetail
Gets the last updated time of an action.
getLastModifiedAt() - Method in class com.azure.ai.textanalytics.models.AnalyzeHealthcareEntitiesOperationDetail
Gets the last updated time of an action.
getLatest() - Static method in enum com.azure.ai.textanalytics.TextAnalyticsServiceVersion
Gets the latest service version supported by this client library
getLength() - Method in class com.azure.ai.textanalytics.models.AssessmentSentiment
Gets the length of opinion text.
getLength() - Method in class com.azure.ai.textanalytics.models.CategorizedEntity
Gets the length of entity text.
getLength() - Method in class com.azure.ai.textanalytics.models.HealthcareEntity
Gets the length of entity text.
getLength() - Method in class com.azure.ai.textanalytics.models.LinkedEntityMatch
Gets the length of entity text.
getLength() - Method in class com.azure.ai.textanalytics.models.PiiEntity
Gets the length of entity text.
getLength() - Method in class com.azure.ai.textanalytics.models.SentenceSentiment
Gets the length of sentence.
getLength() - Method in class com.azure.ai.textanalytics.models.SummarySentence
Gets the length of sentence.
getLength() - Method in class com.azure.ai.textanalytics.models.TargetSentiment
Gets the length of target text.
getMatches() - Method in class com.azure.ai.textanalytics.models.LinkedEntity
Gets the linked entities matched property: List of instances this entity appears in the text.
getMaxSentenceCount() - Method in class com.azure.ai.textanalytics.models.ExtractSummaryAction
Gets the maximum extractive summarization sentences number to be returned in the response.
getMessage() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsError
Get the message property: Error message.
getMessage() - Method in exception com.azure.ai.textanalytics.models.TextAnalyticsException
 
getMessage() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsWarning
Get the message property: Warning message.
getModelVersion() - Method in class com.azure.ai.textanalytics.models.AnalyzeSentimentAction
Gets the version of the text analytics model used by this operation.
getModelVersion() - Method in class com.azure.ai.textanalytics.models.ExtractKeyPhrasesAction
Gets the version of the text analytics model used by this operation.
getModelVersion() - Method in class com.azure.ai.textanalytics.models.ExtractSummaryAction
Gets the version of the text analytics model used by this operation.
getModelVersion() - Method in class com.azure.ai.textanalytics.models.RecognizeEntitiesAction
Gets the version of the text analytics model used by this operation.
getModelVersion() - Method in class com.azure.ai.textanalytics.models.RecognizeLinkedEntitiesAction
Gets the version of the text analytics model used by this operation.
getModelVersion() - Method in class com.azure.ai.textanalytics.models.RecognizePiiEntitiesAction
Gets the version of the text analytics model used by this operation.
getModelVersion() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsRequestOptions
Gets the version of the text analytics model used by this operation.
getModelVersion() - Method in class com.azure.ai.textanalytics.util.AnalyzeHealthcareEntitiesResultCollection
Gets the model version trained in service for the request.
getModelVersion() - Method in class com.azure.ai.textanalytics.util.AnalyzeSentimentResultCollection
Gets the model version trained in service for the request.
getModelVersion() - Method in class com.azure.ai.textanalytics.util.DetectLanguageResultCollection
Gets the model version trained in service for the request.
getModelVersion() - Method in class com.azure.ai.textanalytics.util.ExtractKeyPhrasesResultCollection
Gets the model version trained in service for the request.
getModelVersion() - Method in class com.azure.ai.textanalytics.util.ExtractSummaryResultCollection
Get the model version trained in service for the request.
getModelVersion() - Method in class com.azure.ai.textanalytics.util.RecognizeEntitiesResultCollection
Gets the model version trained in service for the request.
getModelVersion() - Method in class com.azure.ai.textanalytics.util.RecognizeLinkedEntitiesResultCollection
Gets the model version trained in service for the request.
getModelVersion() - Method in class com.azure.ai.textanalytics.util.RecognizePiiEntitiesResultCollection
Gets the model version trained in service for the request.
getName() - Method in class com.azure.ai.textanalytics.models.DetectedLanguage
Gets the name property: Long name of a detected language (e.g.
getName() - Method in class com.azure.ai.textanalytics.models.EntityDataSource
Gets the data source name property: Entity Catalog.
getName() - Method in class com.azure.ai.textanalytics.models.HealthcareEntityRelationRole
Gets the role property: Role of entity in the relationship.
getName() - Method in class com.azure.ai.textanalytics.models.LinkedEntity
Gets the name property: Entity Linking formal name.
getNegative() - Method in class com.azure.ai.textanalytics.models.SentimentConfidenceScores
The negative score value, range in between 0 and 1.0.
getNeutral() - Method in class com.azure.ai.textanalytics.models.SentimentConfidenceScores
The neutral score value, range in between 0 and 1.0.
getNormalizedText() - Method in class com.azure.ai.textanalytics.models.HealthcareEntity
Gets the normalized text property: The normalized text is preferred name for the entity.
getOffset() - Method in class com.azure.ai.textanalytics.models.AssessmentSentiment
Gets the offset of opinion text.
getOffset() - Method in class com.azure.ai.textanalytics.models.CategorizedEntity
Gets the offset of entity text.
getOffset() - Method in class com.azure.ai.textanalytics.models.HealthcareEntity
Gets the offset of entity text.
getOffset() - Method in class com.azure.ai.textanalytics.models.LinkedEntityMatch
Gets the offset of linked entity match text.
getOffset() - Method in class com.azure.ai.textanalytics.models.PiiEntity
Gets the offset property: the start position for the entity text.
getOffset() - Method in class com.azure.ai.textanalytics.models.SentenceSentiment
Gets the offset of sentence.
getOffset() - Method in class com.azure.ai.textanalytics.models.SummarySentence
Gets the offset of sentence.
getOffset() - Method in class com.azure.ai.textanalytics.models.TargetSentiment
Gets the target text offset from the start of document.
getOperationId() - Method in class com.azure.ai.textanalytics.models.AnalyzeActionsOperationDetail
Gets the operationId property of the AnalyzeActionsOperationDetail.
getOperationId() - Method in class com.azure.ai.textanalytics.models.AnalyzeHealthcareEntitiesOperationDetail
Gets the operationId property of the AnalyzeHealthcareEntitiesOperationDetail.
getOpinions() - Method in class com.azure.ai.textanalytics.models.SentenceSentiment
Gets the sentence opinions of sentence sentiment.
getPositive() - Method in class com.azure.ai.textanalytics.models.SentimentConfidenceScores
The positive score value, range in between 0 and 1.0.
getPrimaryLanguage() - Method in class com.azure.ai.textanalytics.models.DetectLanguageResult
Gets the detected primary language.
getRankScore() - Method in class com.azure.ai.textanalytics.models.SummarySentence
Gets the rank score of the extractive text summarization.
getRecognizeEntitiesActions() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsActions
Gets the list of RecognizeEntitiesAction to be executed.
getRecognizeEntitiesResults() - Method in class com.azure.ai.textanalytics.models.AnalyzeActionsResult
Gets the recognizeEntitiesResults property: The categorized entities recognition action results property.
getRecognizeLinkedEntitiesActions() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsActions
Gets the list of RecognizeLinkedEntitiesAction to be executed.
getRecognizeLinkedEntitiesResults() - Method in class com.azure.ai.textanalytics.models.AnalyzeActionsResult
Gets the recognizeLinkedEntitiesResults property: The linked entities recognition action results property.
getRecognizePiiEntitiesActions() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsActions
Gets the list of RecognizePiiEntitiesAction to be executed.
getRecognizePiiEntitiesResults() - Method in class com.azure.ai.textanalytics.models.AnalyzeActionsResult
Gets the recognizePiiEntitiesResults property: The PII entities recognition actions results property.
getRedactedText() - Method in class com.azure.ai.textanalytics.models.PiiEntityCollection
Get the property redactedText value.
getRelationType() - Method in class com.azure.ai.textanalytics.models.HealthcareEntityRelation
Gets the relationType property: Type of relation.
getRoles() - Method in class com.azure.ai.textanalytics.models.HealthcareEntityRelation
Gets the entities property: The entities in the relation.
getSentences() - Method in class com.azure.ai.textanalytics.models.DocumentSentiment
Gets a list of sentence sentiments.
getSentences() - Method in class com.azure.ai.textanalytics.models.ExtractSummaryResult
Get the extractive summarization sentence collection.
getSentencesOrderBy() - Method in class com.azure.ai.textanalytics.models.ExtractSummaryAction
Gets the order in which the summary sentences will be presented by.
getSentiment() - Method in class com.azure.ai.textanalytics.models.AssessmentSentiment
Gets the opinion text sentiment label: POSITIVE, NEGATIVE, MIXED.
getSentiment() - Method in class com.azure.ai.textanalytics.models.DocumentSentiment
Gets the text sentiment label: POSITIVE, NEGATIVE, NEUTRAL, or MIXED.
getSentiment() - Method in class com.azure.ai.textanalytics.models.SentenceSentiment
Gets the text sentiment label: POSITIVE, NEGATIVE, or NEUTRAL.
getSentiment() - Method in class com.azure.ai.textanalytics.models.TargetSentiment
Gets the target text sentiment label: POSITIVE, NEGATIVE, MIXED.
getStatistics() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsResult
Get the statistics of the text document.
getStatistics() - Method in class com.azure.ai.textanalytics.util.AnalyzeHealthcareEntitiesResultCollection
Gets the healthcare document result statistics properties.
getStatistics() - Method in class com.azure.ai.textanalytics.util.AnalyzeSentimentResultCollection
Gets the batch statistics of response.
getStatistics() - Method in class com.azure.ai.textanalytics.util.DetectLanguageResultCollection
Gets the batch statistics of response.
getStatistics() - Method in class com.azure.ai.textanalytics.util.ExtractKeyPhrasesResultCollection
Gets the batch statistics of response.
getStatistics() - Method in class com.azure.ai.textanalytics.util.ExtractSummaryResultCollection
Get the batch statistics of response.
getStatistics() - Method in class com.azure.ai.textanalytics.util.RecognizeEntitiesResultCollection
Gets the batch statistics of response.
getStatistics() - Method in class com.azure.ai.textanalytics.util.RecognizeLinkedEntitiesResultCollection
Gets the batch statistics of response.
getStatistics() - Method in class com.azure.ai.textanalytics.util.RecognizePiiEntitiesResultCollection
Gets the batch statistics of response.
getSubcategory() - Method in class com.azure.ai.textanalytics.models.CategorizedEntity
Gets the subcategory property: Categorized entity sub category, such as Age/Year/TimeRange etc.
getSubcategory() - Method in class com.azure.ai.textanalytics.models.HealthcareEntity
Gets the subcategory property: Healthcare entity subcategory, such as DateTime etc.
getSubcategory() - Method in class com.azure.ai.textanalytics.models.PiiEntity
Gets the subcategory property: Categorized entity subcategory, such as Medical/Stock exchange/Sports etc.
getSucceededCount() - Method in class com.azure.ai.textanalytics.models.AnalyzeActionsOperationDetail
Gets the successfully completed number of actions.
getTarget() - Method in class com.azure.ai.textanalytics.models.SentenceOpinion
Gets the target sentiment in text, such as the attributes of products or services.
getTarget() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsError
Get the target property: Error target.
getTarget() - Method in exception com.azure.ai.textanalytics.models.TextAnalyticsException
Gets the target for this exception.
getText() - Method in class com.azure.ai.textanalytics.models.AssessmentSentiment
Gets the opinion text property.
getText() - Method in class com.azure.ai.textanalytics.models.CategorizedEntity
Gets the text property: Categorized entity text as appears in the request.
getText() - Method in class com.azure.ai.textanalytics.models.DetectLanguageInput
Gets the text property: The text property.
getText() - Method in class com.azure.ai.textanalytics.models.HealthcareEntity
Gets the text property: Healthcare entity text as appears in the request.
getText() - Method in class com.azure.ai.textanalytics.models.LinkedEntityMatch
Gets the linked entity match text property: linked entity text as appears in the request.
getText() - Method in class com.azure.ai.textanalytics.models.PiiEntity
Gets the text property: PII entity text as appears in the request.
getText() - Method in class com.azure.ai.textanalytics.models.SentenceSentiment
Gets the sentence text property.
getText() - Method in class com.azure.ai.textanalytics.models.SummarySentence
Gets the text property: extractive summarization sentence text.
getText() - Method in class com.azure.ai.textanalytics.models.TargetSentiment
Gets the target text property.
getText() - Method in class com.azure.ai.textanalytics.models.TextDocumentInput
Get the text property: The document to process.
getTotalCount() - Method in class com.azure.ai.textanalytics.models.AnalyzeActionsOperationDetail
Gets the total number of actions.
getTransactionCount() - Method in class com.azure.ai.textanalytics.models.TextDocumentBatchStatistics
Get the transactionCount property: Number of transactions for the request.
getTransactionCount() - Method in class com.azure.ai.textanalytics.models.TextDocumentStatistics
Get the transactionsCount property: Number of transactions for the document.
getUrl() - Method in class com.azure.ai.textanalytics.models.LinkedEntity
Gets the url property: URL for the entity's page from the data source.
getValidDocumentCount() - Method in class com.azure.ai.textanalytics.models.TextDocumentBatchStatistics
Get the validDocumentCount property: Number of valid documents.
getVersion() - Method in enum com.azure.ai.textanalytics.TextAnalyticsServiceVersion
getWarningCode() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsWarning
Get the warning code property: warning code, such as 'LongWordsInDocument'.
getWarnings() - Method in class com.azure.ai.textanalytics.models.AnalyzeHealthcareEntitiesResult
Gets the IterableStream of Text Analytics warnings.
getWarnings() - Method in class com.azure.ai.textanalytics.models.CategorizedEntityCollection
Gets the IterableStream of Text Analytics warnings.
getWarnings() - Method in class com.azure.ai.textanalytics.models.DetectedLanguage
Gets the IterableStream of Text Analytics warnings.
getWarnings() - Method in class com.azure.ai.textanalytics.models.DocumentSentiment
Gets the IterableStream of Text Analytics warnings.
getWarnings() - Method in class com.azure.ai.textanalytics.models.KeyPhrasesCollection
Gets the IterableStream of Text Analytics warnings.
getWarnings() - Method in class com.azure.ai.textanalytics.models.LinkedEntityCollection
Gets the IterableStream of Text Analytics warnings.
getWarnings() - Method in class com.azure.ai.textanalytics.models.PiiEntityCollection
Get the IterableStream of Text Analytics warnings.
getWarnings() - Method in class com.azure.ai.textanalytics.models.SummarySentenceCollection
Get the IterableStream of Text Analytics warnings.
GR_NATIONAL_ID_CARD - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value GRNationalIDCard for PiiEntityCategory.
GR_NATIONAL_ID_V2 - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value GRNationalIDV2 for PiiEntityCategory.
GR_TAX_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value GRTaxIdentificationNumber for PiiEntityCategory.

H

HEALTHCARE_PROFESSION - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value HEALTHCARE_PROFESSION for HealthcareEntityCategory.
HealthcareEntity - Class in com.azure.ai.textanalytics.models
The HealthcareEntity model.
HealthcareEntity() - Constructor for class com.azure.ai.textanalytics.models.HealthcareEntity
 
HealthcareEntityAssertion - Class in com.azure.ai.textanalytics.models
HealthcareEntityAssertion() - Constructor for class com.azure.ai.textanalytics.models.HealthcareEntityAssertion
 
HealthcareEntityCategory - Class in com.azure.ai.textanalytics.models
Gets the healthcare entity category inferred by the text analytics service's healthcare entity recognition model.
HealthcareEntityCategory() - Constructor for class com.azure.ai.textanalytics.models.HealthcareEntityCategory
 
HealthcareEntityRelation - Class in com.azure.ai.textanalytics.models
The HealthcareEntityRelation Every relation is an entity graph of a certain relationType, where all entities are connected and have specific roles within the relation context.
HealthcareEntityRelation() - Constructor for class com.azure.ai.textanalytics.models.HealthcareEntityRelation
 
HealthcareEntityRelationRole - Class in com.azure.ai.textanalytics.models
HealthcareEntityRelationRole() - Constructor for class com.azure.ai.textanalytics.models.HealthcareEntityRelationRole
 
HealthcareEntityRelationType - Class in com.azure.ai.textanalytics.models
Defines values for HealthcareEntityRelationType.
HealthcareEntityRelationType() - Constructor for class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
 
HK_IDENTITY_CARD_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value HKIdentityCardNumber for PiiEntityCategory.
HR_IDENTITY_CARD_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value HRIdentityCardNumber for PiiEntityCategory.
HR_NATIONAL_ID_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value HRNationalIDNumber for PiiEntityCategory.
HR_PERSONAL_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value HRPersonalIdentificationNumber for PiiEntityCategory.
HR_PERSONAL_IDENTIFICATION_OIB_NUMBER_V2 - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value HRPersonalIdentificationOIBNumberV2 for PiiEntityCategory.
httpClient(HttpClient) - Method in class com.azure.ai.textanalytics.TextAnalyticsClientBuilder
Sets the HTTP client to use for sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsClientBuilder
Sets the logging configuration for HTTP requests and responses.
HU_PERSONAL_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value HUPersonalIdentificationNumber for PiiEntityCategory.
HU_TAX_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value HUTaxIdentificationNumber for PiiEntityCategory.
HU_VALUE_ADDED_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value HUValueAddedNumber for PiiEntityCategory.
HYPOTHETICAL - Static variable in class com.azure.ai.textanalytics.models.EntityConditionality
Enum value Hypothetical.

I

ID_IDENTITY_CARD_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value IDIdentityCardNumber for PiiEntityCategory.
IE_PERSONAL_PUBLIC_SERVICE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value IEPersonalPublicServiceNumber for PiiEntityCategory.
IE_PERSONAL_PUBLIC_SERVICE_NUMBER_V2 - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value IEPersonalPublicServiceNumberV2 for PiiEntityCategory.
IL_BANK_ACCOUNT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value ILBankAccountNumber for PiiEntityCategory.
IL_NATIONAL_ID - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value ILNationalID for PiiEntityCategory.
IN_PERMANENT_ACCOUNT - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value INPermanentAccount for PiiEntityCategory.
IN_UNIQUE_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value INUniqueIdentificationNumber for PiiEntityCategory.
INTERNAL_SERVER_ERROR - Static variable in class com.azure.ai.textanalytics.models.TextAnalyticsErrorCode
Enum value InternalServerError.
INTERNATIONAL_BANKING_ACCOUNT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value InternationalBankingAccountNumber for PiiEntityCategory.
INVALID_ARGUMENT - Static variable in class com.azure.ai.textanalytics.models.TextAnalyticsErrorCode
Enum value InvalidArgument.
INVALID_COUNTRY_HINT - Static variable in class com.azure.ai.textanalytics.models.TextAnalyticsErrorCode
Enum value InvalidCountryHint.
INVALID_DOCUMENT - Static variable in class com.azure.ai.textanalytics.models.TextAnalyticsErrorCode
Enum value InvalidDocument.
INVALID_DOCUMENT_BATCH - Static variable in class com.azure.ai.textanalytics.models.TextAnalyticsErrorCode
Enum value InvalidDocumentBatch.
INVALID_PARAMETER_VALUE - Static variable in class com.azure.ai.textanalytics.models.TextAnalyticsErrorCode
Enum value InvalidParameterValue.
INVALID_REQUEST - Static variable in class com.azure.ai.textanalytics.models.TextAnalyticsErrorCode
Enum value InvalidRequest.
INVALID_REQUEST_BODY_FORMAT - Static variable in class com.azure.ai.textanalytics.models.TextAnalyticsErrorCode
Enum value InvalidRequestBodyFormat.
IP_ADDRESS - Static variable in class com.azure.ai.textanalytics.models.EntityCategory
Specifies that the entity contains an Internet Protocol address
IP_ADDRESS - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value IPAddress for PiiEntityCategory.
isError() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsActionResult
Gets the boolean value indicates if the action result is error or not.
isError() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsResult
Get the boolean value indicates if the document result is error or not.
isIncludeOpinionMining() - Method in class com.azure.ai.textanalytics.models.AnalyzeSentimentAction
Gets the value of includeOpinionMining.
isIncludeOpinionMining() - Method in class com.azure.ai.textanalytics.models.AnalyzeSentimentOptions
Gets the value of includeOpinionMining.
isIncludeStatistics() - Method in class com.azure.ai.textanalytics.models.AnalyzeActionsOptions
Gets the value of includeStatistics.
isIncludeStatistics() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsRequestOptions
Get the value of includeStatistics.
isNegated() - Method in class com.azure.ai.textanalytics.models.AssessmentSentiment
Gets the boolean indicator to show if the text is negative.
isServiceLogsDisabled() - Method in class com.azure.ai.textanalytics.models.AnalyzeHealthcareEntitiesOptions
Gets the value of service logs disable status.
isServiceLogsDisabled() - Method in class com.azure.ai.textanalytics.models.AnalyzeSentimentAction
Gets the value of service logs disable status.
isServiceLogsDisabled() - Method in class com.azure.ai.textanalytics.models.ExtractKeyPhrasesAction
Gets the value of service logs disable status.
isServiceLogsDisabled() - Method in class com.azure.ai.textanalytics.models.ExtractSummaryAction
Gets the value of disableServiceLogs.
isServiceLogsDisabled() - Method in class com.azure.ai.textanalytics.models.RecognizeEntitiesAction
Gets the value of service logs disable status.
isServiceLogsDisabled() - Method in class com.azure.ai.textanalytics.models.RecognizeLinkedEntitiesAction
Gets the value of service logs disable status.
isServiceLogsDisabled() - Method in class com.azure.ai.textanalytics.models.RecognizePiiEntitiesAction
Gets the value of service logs disable status.
isServiceLogsDisabled() - Method in class com.azure.ai.textanalytics.models.RecognizePiiEntitiesOptions
Gets the value of service logs disable status.
isServiceLogsDisabled() - Method in class com.azure.ai.textanalytics.models.TextAnalyticsRequestOptions
Gets the value of service logs disable status.
IT_DRIVERS_LICENSE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value ITDriversLicenseNumber for PiiEntityCategory.
IT_FISCAL_CODE - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value ITFiscalCode for PiiEntityCategory.
IT_VALUE_ADDED_TAX_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value ITValueAddedTaxNumber for PiiEntityCategory.

J

JP_BANK_ACCOUNT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value JPBankAccountNumber for PiiEntityCategory.
JP_DRIVERS_LICENSE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value JPDriversLicenseNumber for PiiEntityCategory.
JP_MY_NUMBER_CORPORATE - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value JPMyNumberCorporate for PiiEntityCategory.
JP_MY_NUMBER_PERSONAL - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value JPMyNumberPersonal for PiiEntityCategory.
JP_PASSPORT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value JPPassportNumber for PiiEntityCategory.
JP_RESIDENCE_CARD_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value JPResidenceCardNumber for PiiEntityCategory.
JP_RESIDENT_REGISTRATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value JPResidentRegistrationNumber for PiiEntityCategory.
JP_SOCIAL_INSURANCE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value JPSocialInsuranceNumber for PiiEntityCategory.

K

KeyPhrasesCollection - Class in com.azure.ai.textanalytics.models
KeyPhrasesCollection(IterableStream<String>, IterableStream<TextAnalyticsWarning>) - Constructor for class com.azure.ai.textanalytics.models.KeyPhrasesCollection
Creates a KeyPhrasesCollection model that describes a key phrases collection including warnings.
KR_RESIDENT_REGISTRATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value KRResidentRegistrationNumber for PiiEntityCategory.

L

LinkedEntity - Class in com.azure.ai.textanalytics.models
The LinkedEntity model.
LinkedEntity(String, IterableStream<LinkedEntityMatch>, String, String, String, String) - Constructor for class com.azure.ai.textanalytics.models.LinkedEntity
Creates a LinkedEntity model that describes linked entity.
LinkedEntityCollection - Class in com.azure.ai.textanalytics.models
LinkedEntityCollection(IterableStream<LinkedEntity>, IterableStream<TextAnalyticsWarning>) - Constructor for class com.azure.ai.textanalytics.models.LinkedEntityCollection
Creates a LinkedEntityCollection model that describes a linked entities collection including warnings.
LinkedEntityMatch - Class in com.azure.ai.textanalytics.models
LinkedEntityMatch(String, double) - Constructor for class com.azure.ai.textanalytics.models.LinkedEntityMatch
Creates a LinkedEntityMatch model that describes linked entity match.
LOCATION - Static variable in class com.azure.ai.textanalytics.models.EntityCategory
Specifies that entity contains natural or human-made landmarks, structures, or geographical features.
LONG_WORDS_IN_DOCUMENT - Static variable in class com.azure.ai.textanalytics.models.WarningCode
Static value LongWordsInDocument for WarningCode.
LT_PERSONAL_CODE - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value LTPersonalCode for PiiEntityCategory.
LU_NATIONAL_IDENTIFICATION_NUMBER_NATURAL - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value LUNationalIdentificationNumberNatural for PiiEntityCategory.
LU_NATIONAL_IDENTIFICATION_NUMBER_NON_NATURAL - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value LUNationalIdentificationNumberNonNatural for PiiEntityCategory.
LV_PERSONAL_CODE - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value LVPersonalCode for PiiEntityCategory.

M

MEASUREMENT_UNIT - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value MEASUREMENT_UNIT for HealthcareEntityCategory.
MEASUREMENT_VALUE - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value MEASUREMENT_VALUE for HealthcareEntityCategory.
MEDICATION_CLASS - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value MEDICATION_CLASS for HealthcareEntityCategory.
MEDICATION_FORM - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value MEDICATION_FORM for HealthcareEntityCategory.
MEDICATION_NAME - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value MEDICATION_NAME for HealthcareEntityCategory.
MEDICATION_ROUTE - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value MEDICATION_ROUTE for HealthcareEntityCategory.
MISSING_INPUT_RECORDS - Static variable in class com.azure.ai.textanalytics.models.TextAnalyticsErrorCode
Enum value MissingInputRecords.
MIXED - Static variable in class com.azure.ai.textanalytics.models.TextSentiment
Static value Mixed for TextSentiment.
MODEL_VERSION_INCORRECT - Static variable in class com.azure.ai.textanalytics.models.TextAnalyticsErrorCode
Enum value ModelVersionIncorrect.
MT_IDENTITY_CARD_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value MTIdentityCardNumber for PiiEntityCategory.
MT_TAX_ID_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value MTTaxIDNumber for PiiEntityCategory.
MY_IDENTITY_CARD_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value MYIdentityCardNumber for PiiEntityCategory.

N

NEGATIVE - Static variable in class com.azure.ai.textanalytics.models.EntityCertainty
Enum value Negative.
NEGATIVE - Static variable in class com.azure.ai.textanalytics.models.TextSentiment
Static value Negative for TextSentiment.
NEGATIVE_POSSIBLE - Static variable in class com.azure.ai.textanalytics.models.EntityCertainty
Enum value Negative Possible.
NEUTRAL - Static variable in class com.azure.ai.textanalytics.models.TextSentiment
Static value Neutral for TextSentiment.
NEUTRAL_POSSIBLE - Static variable in class com.azure.ai.textanalytics.models.EntityCertainty
Enum value Neutral Possible.
NL_CITIZENS_SERVICE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value NLCitizensServiceNumber for PiiEntityCategory.
NL_CITIZENS_SERVICE_NUMBER_V2 - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value NLCitizensServiceNumberV2 for PiiEntityCategory.
NL_TAX_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value NLTaxIdentificationNumber for PiiEntityCategory.
NL_VALUE_ADDED_TAX_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value NLValueAddedTaxNumber for PiiEntityCategory.
NO_IDENTITY_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value NOIdentityNumber for PiiEntityCategory.
NONE - Static variable in class com.azure.ai.textanalytics.models.PiiEntityDomain
None as the PiiEntityDomain.
NZ_BANK_ACCOUNT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value NZBankAccountNumber for PiiEntityCategory.
NZ_DRIVERS_LICENSE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value NZDriversLicenseNumber for PiiEntityCategory.
NZ_INLAND_REVENUE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value NZInlandRevenueNumber for PiiEntityCategory.
NZ_MINISTRY_OF_HEALTH_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value NZMinistryOfHealthNumber for PiiEntityCategory.
NZ_SOCIAL_WELFARE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value NZSocialWelfareNumber for PiiEntityCategory.

O

OFFSET - Static variable in class com.azure.ai.textanalytics.models.SummarySentencesOrder
offset as the SummarySentencesOrder.
ORGANIZATION - Static variable in class com.azure.ai.textanalytics.models.EntityCategory
Specifies that the entity contains the name of an organization, corporation, agency, or other group of people.
ORGANIZATION - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value Organization for PiiEntityCategory.
OTHER - Static variable in class com.azure.ai.textanalytics.models.EntityAssociation
Specifies that the entity describes someone else.

P

PERSON - Static variable in class com.azure.ai.textanalytics.models.EntityCategory
Specifies that the entity corresponds to a person.
PERSON - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value Person for PiiEntityCategory.
PERSON_TYPE - Static variable in class com.azure.ai.textanalytics.models.EntityCategory
Specifies that the entity corresponds to a person type.
PH_UNIFIED_MULTI_PURPOSE_ID_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value PHUnifiedMultiPurposeIDNumber for PiiEntityCategory.
PHONE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.EntityCategory
Specifies that the entity contains a phone number (US phone numbers only).
PHONE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value PhoneNumber for PiiEntityCategory.
PiiEntity - Class in com.azure.ai.textanalytics.models
The PiiEntity model.
PiiEntity() - Constructor for class com.azure.ai.textanalytics.models.PiiEntity
 
PiiEntityCategory - Class in com.azure.ai.textanalytics.models
Gets the PII entity category inferred by the text analytics service's PII entity recognition model.
PiiEntityCategory() - Constructor for class com.azure.ai.textanalytics.models.PiiEntityCategory
 
PiiEntityCollection - Class in com.azure.ai.textanalytics.models
PiiEntityCollection(IterableStream<PiiEntity>, String, IterableStream<TextAnalyticsWarning>) - Constructor for class com.azure.ai.textanalytics.models.PiiEntityCollection
Creates a PiiEntityCollection model that describes a Personally Identifiable Information entities collection including warnings.
PiiEntityDomain - Class in com.azure.ai.textanalytics.models
Defines values for PiiEntityDomain.
PiiEntityDomain() - Constructor for class com.azure.ai.textanalytics.models.PiiEntityDomain
 
pipeline(HttpPipeline) - Method in class com.azure.ai.textanalytics.TextAnalyticsClientBuilder
Sets the HTTP pipeline to use for the service client.
PL_IDENTITY_CARD - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value PLIdentityCard for PiiEntityCategory.
PL_NATIONAL_ID - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value PLNationalID for PiiEntityCategory.
PL_NATIONAL_ID_V2 - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value PLNationalIDV2 for PiiEntityCategory.
PL_PASSPORT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value PLPassportNumber for PiiEntityCategory.
PL_REGON_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value PLREGONNumber for PiiEntityCategory.
PL_TAX_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value PLTaxIdentificationNumber for PiiEntityCategory.
POSITIVE - Static variable in class com.azure.ai.textanalytics.models.EntityCertainty
Enum value Positive.
POSITIVE - Static variable in class com.azure.ai.textanalytics.models.TextSentiment
Static value Positive for TextSentiment.
POSITIVE_POSSIBLE - Static variable in class com.azure.ai.textanalytics.models.EntityCertainty
Enum value Positive Possible.
PRODUCT - Static variable in class com.azure.ai.textanalytics.models.EntityCategory
Specifies that the entity contains a physical objects of various categories.
PROTECTED_HEALTH_INFORMATION - Static variable in class com.azure.ai.textanalytics.models.PiiEntityDomain
Protected health information (PHI) as the PiiEntityDomain.
PT_CITIZEN_CARD_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value PTCitizenCardNumber for PiiEntityCategory.
PT_CITIZEN_CARD_NUMBER_V2 - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value PTCitizenCardNumberV2 for PiiEntityCategory.
PT_TAX_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value PTTaxIdentificationNumber for PiiEntityCategory.

Q

QUALIFIER_OF_CONDITION - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value QualifierOfCondition for HealthcareEntityRelationType.
QUANTITY - Static variable in class com.azure.ai.textanalytics.models.EntityCategory
Specifies that the entity contains a number or numeric quantity.

R

RANK - Static variable in class com.azure.ai.textanalytics.models.SummarySentencesOrder
rank as the SummarySentencesOrder.
recognizeEntities(String) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a list of general categorized entities in the provided document.
recognizeEntities(String, String) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a list of general categorized entities in the provided document.
recognizeEntities(String) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a list of general categorized entities in the provided document.
recognizeEntities(String, String) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a list of general categorized entities in the provided document with provided language code.
RecognizeEntitiesAction - Class in com.azure.ai.textanalytics.models
Configurations that allow callers to specify details about how to execute an entities recognition action in a set of documents.
RecognizeEntitiesAction() - Constructor for class com.azure.ai.textanalytics.models.RecognizeEntitiesAction
 
RecognizeEntitiesActionResult - Class in com.azure.ai.textanalytics.models
RecognizeEntitiesActionResult() - Constructor for class com.azure.ai.textanalytics.models.RecognizeEntitiesActionResult
 
recognizeEntitiesBatch(Iterable<String>, String, TextAnalyticsRequestOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a list of general categorized entities for the provided list of documents with the provided language code and request options.
recognizeEntitiesBatch(Iterable<String>, String, TextAnalyticsRequestOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a list of general categorized entities for the provided list of documents with provided language code and request options.
recognizeEntitiesBatchWithResponse(Iterable<TextDocumentInput>, TextAnalyticsRequestOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a list of general categorized entities for the provided list of document with provided request options.
recognizeEntitiesBatchWithResponse(Iterable<TextDocumentInput>, TextAnalyticsRequestOptions, Context) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a list of general categorized entities for the provided list of document with provided request options.
RecognizeEntitiesResult - Class in com.azure.ai.textanalytics.models
RecognizeEntitiesResult(String, TextDocumentStatistics, TextAnalyticsError, CategorizedEntityCollection) - Constructor for class com.azure.ai.textanalytics.models.RecognizeEntitiesResult
Creates a RecognizeEntitiesResult model that describes recognized entities result.
RecognizeEntitiesResultCollection - Class in com.azure.ai.textanalytics.util
A collection model that contains a list of RecognizeEntitiesResult along with model version and batch's statistics.
RecognizeEntitiesResultCollection(Iterable<RecognizeEntitiesResult>, String, TextDocumentBatchStatistics) - Constructor for class com.azure.ai.textanalytics.util.RecognizeEntitiesResultCollection
Creates a RecognizeEntitiesResultCollection model that maintains a list of RecognizeEntitiesResult along with model version and batch's statistics.
recognizeLinkedEntities(String) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a list of recognized entities with links to a well-known knowledge base for the provided document.
recognizeLinkedEntities(String, String) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a list of recognized entities with links to a well-known knowledge base for the provided document.
recognizeLinkedEntities(String) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a list of recognized entities with links to a well-known knowledge base for the provided document.
recognizeLinkedEntities(String, String) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a list of recognized entities with links to a well-known knowledge base for the provided document with language code.
RecognizeLinkedEntitiesAction - Class in com.azure.ai.textanalytics.models
Configurations that allow callers to specify details about how to execute a linked entities recognition action in a set of documents.
RecognizeLinkedEntitiesAction() - Constructor for class com.azure.ai.textanalytics.models.RecognizeLinkedEntitiesAction
 
RecognizeLinkedEntitiesActionResult - Class in com.azure.ai.textanalytics.models
RecognizeLinkedEntitiesActionResult() - Constructor for class com.azure.ai.textanalytics.models.RecognizeLinkedEntitiesActionResult
 
recognizeLinkedEntitiesBatch(Iterable<String>, String, TextAnalyticsRequestOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a list of recognized entities with links to a well-known knowledge base for the list of documents with provided language code and request options.
recognizeLinkedEntitiesBatch(Iterable<String>, String, TextAnalyticsRequestOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a list of recognized entities with links to a well-known knowledge base for the list of documents with provided language code and request options.
recognizeLinkedEntitiesBatchWithResponse(Iterable<TextDocumentInput>, TextAnalyticsRequestOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a list of recognized entities with links to a well-known knowledge base for the list of document with provided request options.
recognizeLinkedEntitiesBatchWithResponse(Iterable<TextDocumentInput>, TextAnalyticsRequestOptions, Context) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a list of recognized entities with links to a well-known knowledge base for the list of document and request options.
RecognizeLinkedEntitiesResult - Class in com.azure.ai.textanalytics.models
RecognizeLinkedEntitiesResult(String, TextDocumentStatistics, TextAnalyticsError, LinkedEntityCollection) - Constructor for class com.azure.ai.textanalytics.models.RecognizeLinkedEntitiesResult
Creates a RecognizeLinkedEntitiesResult model that describes recognized linked entities result.
RecognizeLinkedEntitiesResultCollection - Class in com.azure.ai.textanalytics.util
A collection model that contains a list of RecognizeLinkedEntitiesResult along with model version and batch's statistics.
RecognizeLinkedEntitiesResultCollection(Iterable<RecognizeLinkedEntitiesResult>, String, TextDocumentBatchStatistics) - Constructor for class com.azure.ai.textanalytics.util.RecognizeLinkedEntitiesResultCollection
Creates a RecognizeLinkedEntitiesResultCollection model that maintains a list of RecognizeLinkedEntitiesResult along with model version and batch's statistics.
recognizePiiEntities(String) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a list of Personally Identifiable Information(PII) entities in the provided document.
recognizePiiEntities(String, String) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a list of Personally Identifiable Information(PII) entities in the provided document with provided language code.
recognizePiiEntities(String, String, RecognizePiiEntitiesOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a list of Personally Identifiable Information(PII) entities in the provided document with provided language code.
recognizePiiEntities(String) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a list of Personally Identifiable Information(PII) entities in the provided document.
recognizePiiEntities(String, String) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a list of Personally Identifiable Information(PII) entities in the provided document with provided language code.
recognizePiiEntities(String, String, RecognizePiiEntitiesOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a list of Personally Identifiable Information(PII) entities in the provided document with provided language code.
RecognizePiiEntitiesAction - Class in com.azure.ai.textanalytics.models
Configurations that allow callers to specify details about how to execute a Personally Identifiable Information(PII) entities recognition action in a set of documents.
RecognizePiiEntitiesAction() - Constructor for class com.azure.ai.textanalytics.models.RecognizePiiEntitiesAction
 
RecognizePiiEntitiesActionResult - Class in com.azure.ai.textanalytics.models
RecognizePiiEntitiesActionResult() - Constructor for class com.azure.ai.textanalytics.models.RecognizePiiEntitiesActionResult
 
recognizePiiEntitiesBatch(Iterable<String>, String, RecognizePiiEntitiesOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a list of Personally Identifiable Information(PII) entities for the provided list of documents with the provided language code and request options.
recognizePiiEntitiesBatch(Iterable<String>, String, RecognizePiiEntitiesOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a list of Personally Identifiable Information(PII) entities for the provided list of documents with provided language code and request options.
recognizePiiEntitiesBatchWithResponse(Iterable<TextDocumentInput>, RecognizePiiEntitiesOptions) - Method in class com.azure.ai.textanalytics.TextAnalyticsAsyncClient
Returns a list of Personally Identifiable Information entities for the provided list of document with provided request options.
recognizePiiEntitiesBatchWithResponse(Iterable<TextDocumentInput>, RecognizePiiEntitiesOptions, Context) - Method in class com.azure.ai.textanalytics.TextAnalyticsClient
Returns a list of Personally Identifiable Information(PII) entities for the provided list of document with provided request options.
RecognizePiiEntitiesOptions - Class in com.azure.ai.textanalytics.models
RecognizePiiEntitiesOptions() - Constructor for class com.azure.ai.textanalytics.models.RecognizePiiEntitiesOptions
 
RecognizePiiEntitiesResult - Class in com.azure.ai.textanalytics.models
RecognizePiiEntitiesResult(String, TextDocumentStatistics, TextAnalyticsError, PiiEntityCollection) - Constructor for class com.azure.ai.textanalytics.models.RecognizePiiEntitiesResult
Creates a RecognizePiiEntitiesResult model that describes recognized PII entities result.
RecognizePiiEntitiesResultCollection - Class in com.azure.ai.textanalytics.util
A collection model that contains a list of RecognizePiiEntitiesResult along with model version and batch's statistics.
RecognizePiiEntitiesResultCollection(Iterable<RecognizePiiEntitiesResult>, String, TextDocumentBatchStatistics) - Constructor for class com.azure.ai.textanalytics.util.RecognizePiiEntitiesResultCollection
Creates a RecognizePiiEntitiesResultCollection model that maintains a list of RecognizePiiEntitiesResult along with model version and batch's statistics.
RELATION_OF_EXAMINATION - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value RelationOfExamination for HealthcareEntityRelationType.
RELATIONAL_OPERATOR - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value RELATIONAL_OPERATOR for HealthcareEntityCategory.
retryPolicy(RetryPolicy) - Method in class com.azure.ai.textanalytics.TextAnalyticsClientBuilder
Sets the RetryPolicy that is used when each request is sent.
RO_PERSONAL_NUMERICAL_CODE - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value ROPersonalNumericalCode for PiiEntityCategory.
ROUTE_OF_MEDICATION - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value RouteOfMedication for HealthcareEntityRelationType.
RU_PASSPORT_NUMBER_DOMESTIC - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value RUPassportNumberDomestic for PiiEntityCategory.
RU_PASSPORT_NUMBER_INTERNATIONAL - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value RUPassportNumberInternational for PiiEntityCategory.

S

SA_NATIONAL_ID - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value SANationalID for PiiEntityCategory.
SE_NATIONAL_ID - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value SENationalID for PiiEntityCategory.
SE_NATIONAL_ID_V2 - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value SENationalIDV2 for PiiEntityCategory.
SE_PASSPORT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value SEPassportNumber for PiiEntityCategory.
SE_TAX_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value SETaxIdentificationNumber for PiiEntityCategory.
SentenceOpinion - Class in com.azure.ai.textanalytics.models
The SentenceOpinion model.
SentenceOpinion() - Constructor for class com.azure.ai.textanalytics.models.SentenceOpinion
 
SentenceSentiment - Class in com.azure.ai.textanalytics.models
The SentenceSentiment model that contains a sentiment label of a sentence, confidence scores of the sentiment label, sentence opinions, and offset of sentence within a document.
SentenceSentiment(String, TextSentiment, SentimentConfidenceScores) - Constructor for class com.azure.ai.textanalytics.models.SentenceSentiment
Creates a SentenceSentiment model that describes the sentiment analysis of sentence.
SentimentConfidenceScores - Class in com.azure.ai.textanalytics.models
SentimentConfidenceScores(double, double, double) - Constructor for class com.azure.ai.textanalytics.models.SentimentConfidenceScores
Creates a SentimentConfidenceScores model that describes the sentiment score of the sentiment label.
SERVICE_UNAVAILABLE - Static variable in class com.azure.ai.textanalytics.models.TextAnalyticsErrorCode
Enum value ServiceUnavailable.
serviceVersion(TextAnalyticsServiceVersion) - Method in class com.azure.ai.textanalytics.TextAnalyticsClientBuilder
Sets the TextAnalyticsServiceVersion that is used when making API requests.
setAnalyzeSentimentActions(AnalyzeSentimentAction...) - Method in class com.azure.ai.textanalytics.models.TextAnalyticsActions
Sets the list of AnalyzeSentimentAction to be executed.
setCategoriesFilter(PiiEntityCategory...) - Method in class com.azure.ai.textanalytics.models.RecognizePiiEntitiesAction
Sets the value of categoriesFilter.
setCategoriesFilter(PiiEntityCategory...) - Method in class com.azure.ai.textanalytics.models.RecognizePiiEntitiesOptions
Sets the value of categoriesFilter.
setDisplayName(String) - Method in class com.azure.ai.textanalytics.models.TextAnalyticsActions
Sets the custom name for the actions.
setDomainFilter(PiiEntityDomain) - Method in class com.azure.ai.textanalytics.models.RecognizePiiEntitiesAction
Sets the value of domainFilter.
setDomainFilter(PiiEntityDomain) - Method in class com.azure.ai.textanalytics.models.RecognizePiiEntitiesOptions
Sets the value of domainFilter.
setExtractKeyPhrasesActions(ExtractKeyPhrasesAction...) - Method in class com.azure.ai.textanalytics.models.TextAnalyticsActions
Sets the list of ExtractKeyPhrasesAction to be executed.
setExtractSummaryActions(ExtractSummaryAction...) - Method in class com.azure.ai.textanalytics.models.TextAnalyticsActions
Sets the list of ExtractSummaryAction to be executed.
setIncludeOpinionMining(boolean) - Method in class com.azure.ai.textanalytics.models.AnalyzeSentimentAction
Sets the value of includeOpinionMining.
setIncludeOpinionMining(boolean) - Method in class com.azure.ai.textanalytics.models.AnalyzeSentimentOptions
Sets the value of includeOpinionMining.
setIncludeStatistics(boolean) - Method in class com.azure.ai.textanalytics.models.AnalyzeActionsOptions
Sets the value of includeStatistics.
setIncludeStatistics(boolean) - Method in class com.azure.ai.textanalytics.models.AnalyzeHealthcareEntitiesOptions
Sets the value of includeStatistics.
setIncludeStatistics(boolean) - Method in class com.azure.ai.textanalytics.models.AnalyzeSentimentOptions
Sets the value of includeStatistics.
setIncludeStatistics(boolean) - Method in class com.azure.ai.textanalytics.models.RecognizePiiEntitiesOptions
Sets the value of includeStatistics.
setIncludeStatistics(boolean) - Method in class com.azure.ai.textanalytics.models.TextAnalyticsRequestOptions
Set the value of includeStatistics.
setLanguage(String) - Method in class com.azure.ai.textanalytics.models.TextDocumentInput
Set the language property: (Optional) This is the 2 letter ISO 639-1 representation of a language.
setMaxSentenceCount(Integer) - Method in class com.azure.ai.textanalytics.models.ExtractSummaryAction
Sets the maximum extractive summarization sentences number to be returned in the response.
setModelVersion(String) - Method in class com.azure.ai.textanalytics.models.AnalyzeHealthcareEntitiesOptions
Sets the model version.
setModelVersion(String) - Method in class com.azure.ai.textanalytics.models.AnalyzeSentimentAction
Sets the model version.
setModelVersion(String) - Method in class com.azure.ai.textanalytics.models.AnalyzeSentimentOptions
Sets the model version.
setModelVersion(String) - Method in class com.azure.ai.textanalytics.models.ExtractKeyPhrasesAction
Sets the model version.
setModelVersion(String) - Method in class com.azure.ai.textanalytics.models.ExtractSummaryAction
Set the model version.
setModelVersion(String) - Method in class com.azure.ai.textanalytics.models.RecognizeEntitiesAction
Sets the model version.
setModelVersion(String) - Method in class com.azure.ai.textanalytics.models.RecognizeLinkedEntitiesAction
Sets the model version.
setModelVersion(String) - Method in class com.azure.ai.textanalytics.models.RecognizePiiEntitiesAction
Sets the model version.
setModelVersion(String) - Method in class com.azure.ai.textanalytics.models.RecognizePiiEntitiesOptions
Sets the model version.
setModelVersion(String) - Method in class com.azure.ai.textanalytics.models.TextAnalyticsRequestOptions
Set the model version.
setRecognizeEntitiesActions(RecognizeEntitiesAction...) - Method in class com.azure.ai.textanalytics.models.TextAnalyticsActions
Sets the list of RecognizeEntitiesAction to be executed.
setRecognizeLinkedEntitiesActions(RecognizeLinkedEntitiesAction...) - Method in class com.azure.ai.textanalytics.models.TextAnalyticsActions
Sets the list of RecognizeLinkedEntitiesAction to be executed.
setRecognizePiiEntitiesActions(RecognizePiiEntitiesAction...) - Method in class com.azure.ai.textanalytics.models.TextAnalyticsActions
Sets the list of RecognizePiiEntitiesAction to be executed.
setSentencesOrderBy(SummarySentencesOrder) - Method in class com.azure.ai.textanalytics.models.ExtractSummaryAction
Sets the order in which the summary sentences will be presented by.
setServiceLogsDisabled(boolean) - Method in class com.azure.ai.textanalytics.models.AnalyzeHealthcareEntitiesOptions
Sets the value of service logs disable status.
setServiceLogsDisabled(boolean) - Method in class com.azure.ai.textanalytics.models.AnalyzeSentimentAction
Sets the value of service logs disable status.
setServiceLogsDisabled(boolean) - Method in class com.azure.ai.textanalytics.models.AnalyzeSentimentOptions
Sets the value of service logs disable status.
setServiceLogsDisabled(boolean) - Method in class com.azure.ai.textanalytics.models.ExtractKeyPhrasesAction
Sets the value of service logs disable status.
setServiceLogsDisabled(boolean) - Method in class com.azure.ai.textanalytics.models.ExtractSummaryAction
Sets the value of disableServiceLogs.
setServiceLogsDisabled(boolean) - Method in class com.azure.ai.textanalytics.models.RecognizeEntitiesAction
Sets the value of service logs disable status.
setServiceLogsDisabled(boolean) - Method in class com.azure.ai.textanalytics.models.RecognizeLinkedEntitiesAction
Sets the value of service logs disable status.
setServiceLogsDisabled(boolean) - Method in class com.azure.ai.textanalytics.models.RecognizePiiEntitiesAction
Sets the value of service logs disable status.
setServiceLogsDisabled(boolean) - Method in class com.azure.ai.textanalytics.models.RecognizePiiEntitiesOptions
Sets the value of service logs disable status.
setServiceLogsDisabled(boolean) - Method in class com.azure.ai.textanalytics.models.TextAnalyticsRequestOptions
Sets the value of service logs disable status.
SG_NATIONAL_REGISTRATION_IDENTITY_CARD_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value SGNationalRegistrationIdentityCardNumber for PiiEntityCategory.
SI_TAX_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value SITaxIdentificationNumber for PiiEntityCategory.
SI_UNIQUE_MASTER_CITIZEN_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value SIUniqueMasterCitizenNumber for PiiEntityCategory.
SK_PERSONAL_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value SKPersonalNumber for PiiEntityCategory.
SKILL - Static variable in class com.azure.ai.textanalytics.models.EntityCategory
Specifies that the entity contains an entity describing a capability or expertise.
SQL_SERVER_CONNECTION_STRING - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value SQLServerConnectionString for PiiEntityCategory.
SUBJECT - Static variable in class com.azure.ai.textanalytics.models.EntityAssociation
Specifies if the entity is the subject of the text.
SummarySentence - Class in com.azure.ai.textanalytics.models
The SummarySentence model.
SummarySentence() - Constructor for class com.azure.ai.textanalytics.models.SummarySentence
 
SummarySentenceCollection - Class in com.azure.ai.textanalytics.models
SummarySentenceCollection(IterableStream<SummarySentence>, IterableStream<TextAnalyticsWarning>) - Constructor for class com.azure.ai.textanalytics.models.SummarySentenceCollection
Creates a SummarySentenceCollection model that describes a extractive summarization sentence collection including warnings.
SummarySentencesOrder - Class in com.azure.ai.textanalytics.models
Defines values for SummarySentencesOrder.
SummarySentencesOrder() - Constructor for class com.azure.ai.textanalytics.models.SummarySentencesOrder
 
SWIFT_CODE - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value SWIFTCode for PiiEntityCategory.
SYMPTOM_OR_SIGN - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value SYMPTOM_OR_SIGN for HealthcareEntityCategory.

T

TargetSentiment - Class in com.azure.ai.textanalytics.models
The TargetSentiment model.
TargetSentiment() - Constructor for class com.azure.ai.textanalytics.models.TargetSentiment
 
TextAnalyticsActionResult - Class in com.azure.ai.textanalytics.models
TextAnalyticsActionResult() - Constructor for class com.azure.ai.textanalytics.models.TextAnalyticsActionResult
 
TextAnalyticsActions - Class in com.azure.ai.textanalytics.models
TextAnalyticsActions() - Constructor for class com.azure.ai.textanalytics.models.TextAnalyticsActions
 
TextAnalyticsAsyncClient - Class in com.azure.ai.textanalytics
This class provides an asynchronous client that contains all the operations that apply to Azure Text Analytics.
TextAnalyticsClient - Class in com.azure.ai.textanalytics
This class provides a synchronous client that contains all the operations that apply to Azure Text Analytics.
TextAnalyticsClientBuilder - Class in com.azure.ai.textanalytics
This class provides a fluent builder API to help instantiation of TextAnalyticsClients and TextAnalyticsAsyncClients, call TextAnalyticsClientBuilder.buildClient() buildClient} and buildAsyncClient respectively to construct an instance of the desired client.
TextAnalyticsClientBuilder() - Constructor for class com.azure.ai.textanalytics.TextAnalyticsClientBuilder
 
TextAnalyticsError - Class in com.azure.ai.textanalytics.models
TextAnalyticsError(TextAnalyticsErrorCode, String, String) - Constructor for class com.azure.ai.textanalytics.models.TextAnalyticsError
Creates a TextAnalyticsError model that describes text analytics error.
TextAnalyticsErrorCode - Class in com.azure.ai.textanalytics.models
Defines values for TextAnalyticsErrorCode.
TextAnalyticsErrorCode() - Constructor for class com.azure.ai.textanalytics.models.TextAnalyticsErrorCode
 
TextAnalyticsException - Exception in com.azure.ai.textanalytics.models
General exception for Text Analytics related failures.
TextAnalyticsException(String, TextAnalyticsErrorCode, String) - Constructor for exception com.azure.ai.textanalytics.models.TextAnalyticsException
Initializes a new instance of the TextAnalyticsException class.
TextAnalyticsRequestOptions - Class in com.azure.ai.textanalytics.models
TextAnalyticsRequestOptions() - Constructor for class com.azure.ai.textanalytics.models.TextAnalyticsRequestOptions
 
TextAnalyticsResult - Class in com.azure.ai.textanalytics.models
TextAnalyticsServiceVersion - Enum in com.azure.ai.textanalytics
The versions of Azure Text Analytics supported by this client library.
TextAnalyticsWarning - Class in com.azure.ai.textanalytics.models
TextAnalyticsWarning(WarningCode, String) - Constructor for class com.azure.ai.textanalytics.models.TextAnalyticsWarning
Creates a TextAnalyticsWarning model that describes text analytics warning.
TextDocumentBatchStatistics - Class in com.azure.ai.textanalytics.models
If TextAnalyticsRequestOptions.isIncludeStatistics() is set to true this class will will contain information about the request payload.
TextDocumentBatchStatistics(int, int, int, long) - Constructor for class com.azure.ai.textanalytics.models.TextDocumentBatchStatistics
Creates a TextDocumentBatchStatistics model that describes the statistics of batch text.
TextDocumentInput - Class in com.azure.ai.textanalytics.models
Contains an input document to be analyzed by the service.
TextDocumentInput(String, String) - Constructor for class com.azure.ai.textanalytics.models.TextDocumentInput
Creates a TextDocumentInput model that describes the documents.
TextDocumentStatistics - Class in com.azure.ai.textanalytics.models
If TextAnalyticsRequestOptions.isIncludeStatistics() is set to true this class will will contain information about the document payload.
TextDocumentStatistics(int, int) - Constructor for class com.azure.ai.textanalytics.models.TextDocumentStatistics
Creates a TextDocumentStatistics model that describes the statistics of text document.
TextSentiment - Class in com.azure.ai.textanalytics.models
Defines values for TextSentiment.
TextSentiment() - Constructor for class com.azure.ai.textanalytics.models.TextSentiment
 
TH_POPULATION_IDENTIFICATION_CODE - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value THPopulationIdentificationCode for PiiEntityCategory.
TIME - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value TIME for HealthcareEntityCategory.
TIME_OF_CONDITION - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value TimeOfCondition for HealthcareEntityRelationType.
TIME_OF_EXAMINATION - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value TimeOfExamination for HealthcareEntityRelationType.
TIME_OF_MEDICATION - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value TimeOfMedication for HealthcareEntityRelationType.
TIME_OF_TREATMENT - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value TimeOfTreatment for HealthcareEntityRelationType.
toString() - Method in class com.azure.ai.textanalytics.models.DetectLanguageInput
 
toString() - Method in class com.azure.ai.textanalytics.models.TextDocumentInput
 
TR_NATIONAL_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value TRNationalIdentificationNumber for PiiEntityCategory.
TREATMENT_NAME - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value TREATMENT_NAME for HealthcareEntityCategory.
TW_NATIONAL_ID - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value TWNationalID for PiiEntityCategory.
TW_PASSPORT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value TWPassportNumber for PiiEntityCategory.
TW_RESIDENT_CERTIFICATE - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value TWResidentCertificate for PiiEntityCategory.

U

UA_PASSPORT_NUMBER_DOMESTIC - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value UAPassportNumberDomestic for PiiEntityCategory.
UA_PASSPORT_NUMBER_INTERNATIONAL - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value UAPassportNumberInternational for PiiEntityCategory.
UK_DRIVERS_LICENSE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value UKDriversLicenseNumber for PiiEntityCategory.
UK_ELECTORAL_ROLL_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value UKElectoralRollNumber for PiiEntityCategory.
UK_NATIONAL_HEALTH_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value UKNationalHealthNumber for PiiEntityCategory.
UK_NATIONAL_INSURANCE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value UKNationalInsuranceNumber for PiiEntityCategory.
UK_UNIQUE_TAXPAYER_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value UKUniqueTaxpayerNumber for PiiEntityCategory.
UNIT_OF_CONDITION - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value UnitOfCondition for HealthcareEntityRelationType.
UNIT_OF_EXAMINATION - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value UnitOfExamination for HealthcareEntityRelationType.
UNSUPPORTED_LANGUAGE_CODE - Static variable in class com.azure.ai.textanalytics.models.TextAnalyticsErrorCode
Enum value UnsupportedLanguageCode.
URL - Static variable in class com.azure.ai.textanalytics.models.EntityCategory
Specifies that the entity contains an Internet URL.
URL - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value URL for PiiEntityCategory.
US_BANK_ACCOUNT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value USBankAccountNumber for PiiEntityCategory.
US_DRIVERS_LICENSE_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value USDriversLicenseNumber for PiiEntityCategory.
US_INDIVIDUAL_TAXPAYER_IDENTIFICATION - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value USIndividualTaxpayerIdentification for PiiEntityCategory.
US_SOCIAL_SECURITY_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value USSocialSecurityNumber for PiiEntityCategory.
US_UK_PASSPORT_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value USUKPassportNumber for PiiEntityCategory.

V

VALUE_OF_CONDITION - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value ValueOfCondition for HealthcareEntityRelationType.
VALUE_OF_EXAMINATION - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityRelationType
Static value ValueOfExamination for HealthcareEntityRelationType.
valueOf(String) - Static method in enum com.azure.ai.textanalytics.TextAnalyticsServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.ai.textanalytics.TextAnalyticsServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
VARIANT - Static variable in class com.azure.ai.textanalytics.models.HealthcareEntityCategory
Static value VARIANT for HealthcareEntityCategory.

W

WarningCode - Class in com.azure.ai.textanalytics.models
Defines values for WarningCode.
WarningCode() - Constructor for class com.azure.ai.textanalytics.models.WarningCode
 

Z

ZA_IDENTIFICATION_NUMBER - Static variable in class com.azure.ai.textanalytics.models.PiiEntityCategory
Static value ZAIdentificationNumber for PiiEntityCategory.
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2021 Microsoft Corporation. All rights reserved.