12
answers
1
watching
449
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.

{

  "statistics": {

    "documentsCount": 1,

    "validDocumentsCount": 1,

    "erroneousDocumentsCount": 0,

    "transactionsCount": 1

  },

  "documents": [{

    "id": "1",

    "score": 0.5,

    "statistics": {

      "charactersCount": 80,

      "transactionsCount": 1

    }

  }],

  "errors": []

}

The stats=true parameter results in a statistics node in the API response.

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
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 1 person
Already have an account? Log in
Avatar image
Read by 1 person
Already have an account? Log in

Related questions

Related Documents

Weekly leaderboard

Start filling in the gaps now
Log in