8
answers
1
watching
215
views

You make a Text Analytics API call.

You call the following URL.

 

You send the following body.

{

  "documents": [

    {

      "language": "en",

      "id": "1",

      "text": "Our tour guide took us up the Space Needle during our trip to Seattle last week."

    }

  ]

}

You receive the following response body

{

  "documents": [{

    "id": "1",

    "keyPhrases": ["Space Needle", "trip", "Seattle", "tour guide", "week"]

  }],

  "errors": []

}

Document IDs are included in both the query parameters and the request body.

Select Yes if the statement is true. Otherwise, select No.

Select only one answer.

1.  Yes

2. No

For unlimited access to Homework Help, a Homework+ subscription is required.

Unlock all answers

Get 1 free homework help answer.
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Avatar image
Read by 2 people
Already have an account? Log in
Avatar image
Read by 2 people
Already have an account? Log in
Avatar image
Read by 2 people
Already have an account? Log in

Related questions

Related Documents

Weekly leaderboard

Start filling in the gaps now
Log in