AIExtractResponse ComplexType
Contains the response from the AIExtract action.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
ExtractedData | Collection( Edm.String ) |
Extracted data as an array of strings from from the provided text. |
Used by
The following use the AIExtractResponse ComplexType.
Name | How used |
---|---|
AIExtract | ReturnType |