5.1.0-beta.4 (2021-02-10)
- [Breaking]
beginAnalyzeHealthcare
is renamed tobeginAnalyzeHealthcareEntities
. - [Breaking]
beginAnalyze
is renamed tobeginAnalyzeBatchActions
. - A new option to control how the offset is calculated by the service,
stringIndexType
, is added toanalyzeSentiment
,recognizeEntities
,recognizePiiEntities
, andbeginAnalyzeHealthcareEntities
. Furthermore,stringIndexType
is added to task typesRecognizeEntitiesAction
andRecognizePiiEntitiesAction
, which are the types of input actions to thebeginAnalyzeBatchActions
method. For more information, see the Text Analytics documentation. - [Breaking] The healthcare entities returned by
beginAnalyzeHealthcare
are now organized as a directed graph where the edges represent a certain type of healthcare relationship between the source and target entities. Edges are stored in therelatedEntities
property. - [Breaking] The
links
property ofHealthcareEntity
is renamed todataSources
, a list of objects representing medical databases, where each object hasname
andentityId
properties. - The poller for the
beginAnalyzeBatchActions
long-running operation gained the ability to return certain metadata information about the currently running operation (e.g., when the operation was created, will be expired, and last time it was updated, and also how many actions completed and failed so far). Also, the poller forbeginAnalyzeHealthcareEntities
gained a similar ability. - [Breaking] the words "operation" and "action" are used consistently in our names and documentation instead of "job" and "task" respectively.