Class AnalyzeHealthcareEntitiesOptions

    • Constructor Detail

      • AnalyzeHealthcareEntitiesOptions

        public AnalyzeHealthcareEntitiesOptions()
    • Method Detail

      • getFhirVersion

        public FhirVersion getFhirVersion()
        Get the fhirVersion property: The FHIR Spec version that the result will use to format the fhirBundle. For additional information see https://www.hl7.org/fhir/overview.html.
        Returns:
        the fhirVersion value.
      • setFhirVersion

        public AnalyzeHealthcareEntitiesOptions setFhirVersion​(FhirVersion fhirVersion)
        Set the fhirVersion property: The FHIR Spec version that the result will use to format the fhirBundle. For additional information see https://www.hl7.org/fhir/overview.html.
        Parameters:
        fhirVersion - the fhirVersion value to set.
        Returns:
        the AnalyzeHealthcareEntitiesOptions object itself.
      • 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:
        isServiceLogsDisabled in class TextAnalyticsRequestOptions
        Returns:
        true if service logging of input text is disabled.
      • setServiceLogsDisabled

        public AnalyzeHealthcareEntitiesOptions setServiceLogsDisabled​(boolean disableServiceLogs)
        Sets the value of service logs disable status.
        Overrides:
        setServiceLogsDisabled in class TextAnalyticsRequestOptions
        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.