AnalyzeHealthcareEntitiesOptions Class

public final class AnalyzeHealthcareEntitiesOptions
extends TextAnalyticsRequestOptions

The AnalyzeHealthcareEntitiesOptions model.

Constructor Summary

Constructor Description
AnalyzeHealthcareEntitiesOptions()

Constructs a AnalyzeHealthcareEntitiesOptions model.

Method Summary

Modifier and Type Method and Description
String getDisplayName()

Gets display name of the operation.

boolean isServiceLogsDisabled()

Gets the value of service logs disable status.

AnalyzeHealthcareEntitiesOptions setDisplayName(String displayName)

Sets display name of the operation.

AnalyzeHealthcareEntitiesOptions setIncludeStatistics(boolean includeStatistics)

Sets the value of includeStatistics.

AnalyzeHealthcareEntitiesOptions setModelVersion(String modelVersion)

Sets the model version.

AnalyzeHealthcareEntitiesOptions setServiceLogsDisabled(boolean disableServiceLogs)

Sets the value of service logs disable status.

Methods inherited from TextAnalyticsRequestOptions

Methods inherited from java.lang.Object

Constructor Details

AnalyzeHealthcareEntitiesOptions

public AnalyzeHealthcareEntitiesOptions()

Constructs a AnalyzeHealthcareEntitiesOptions model.

Method Details

getDisplayName

public String getDisplayName()

Gets display name of the operation.

Returns:

Display name of the operation.

isServiceLogsDisabled

public boolean isServiceLogsDisabled()

Gets the value of service logs disable status. The default value of this property is 'true'. This means, Text Analytics service won't log your input text. Setting this property to 'false', enables logging your input text for 48 hours, solely to allow for troubleshooting issues.

Overrides:

AnalyzeHealthcareEntitiesOptions.isServiceLogsDisabled()

Returns:

true if service logging of input text is disabled.

setDisplayName

public AnalyzeHealthcareEntitiesOptions setDisplayName(String displayName)

Sets display name of the operation.

Parameters:

displayName - Display name of the operation.

Returns:

The AnalyzeHealthcareEntitiesOptions object itself.

setIncludeStatistics

public AnalyzeHealthcareEntitiesOptions setIncludeStatistics(boolean includeStatistics)

Sets the value of includeStatistics.

Overrides:

AnalyzeHealthcareEntitiesOptions.setIncludeStatistics(boolean includeStatistics)

Parameters:

includeStatistics - If a boolean value was specified in the request this field will contain information about the document payload.

Returns:

The AnalyzeHealthcareEntitiesOptions object itself.

setModelVersion

public AnalyzeHealthcareEntitiesOptions setModelVersion(String modelVersion)

Sets the model version. This value indicates which model will be used for scoring, e.g. "latest", "2019-10-01". If a model-version is not specified, the API will default to the latest, non-preview version.

Overrides:

AnalyzeHealthcareEntitiesOptions.setModelVersion(String modelVersion)

Parameters:

modelVersion - The model version.

Returns:

The AnalyzeHealthcareEntitiesOptions object itself.

setServiceLogsDisabled

public AnalyzeHealthcareEntitiesOptions setServiceLogsDisabled(boolean disableServiceLogs)

Sets the value of service logs disable status.

Overrides:

AnalyzeHealthcareEntitiesOptions.setServiceLogsDisabled(boolean disableServiceLogs)

Parameters:

disableServiceLogs - The default value of this property is 'true'. This means, Text Analytics service does not log your input text. Setting this property to 'false', enables the service to log your text input for 48 hours, solely to allow for troubleshooting issues.

Returns:

The AnalyzeHealthcareEntitiesOptions object itself.

Applies to