Udostępnij za pośrednictwem


FeaturesGetPhraseListResponse type

Zawiera dane odpowiedzi dla operacji getPhraseList.

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