Condividi tramite


FeaturesGetPhraseListResponse type

Contiene i dati di risposta per l'operazione getPhraseList.

type FeaturesGetPhraseListResponse = PhraseListFeatureInfo & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PhraseListFeatureInfo
  }
}