CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.V2.AnnotationEntity Class Reference

Contains details about annotations relative to the text within a Tweet. More...

Inheritance diagram for CoreTweet.V2.AnnotationEntity:
CoreTweet.V2.Entity CoreTweet.Core.CoreBase

Properties

double Probability [get, set]
 The confidence score for the annotation as it correlates to the Tweet text. More...
 
string Type [get, set]
 The description of the type of entity identified when the Tweet text was interpreted. More...
 
string NormalizedText [get, set]
 The text used to determine the annotation type. More...
 
- Properties inherited from CoreTweet.V2.Entity
int Start [get, set]
 The start position (zero-based) of the recognized entity within the Tweet. More...
 
int End [get, set]
 The end position (zero-based) of the recognized entity within the Tweet. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 

Detailed Description

Contains details about annotations relative to the text within a Tweet.

Property Documentation

◆ NormalizedText

string CoreTweet.V2.AnnotationEntity.NormalizedText
getset

The text used to determine the annotation type.

◆ Probability

double CoreTweet.V2.AnnotationEntity.Probability
getset

The confidence score for the annotation as it correlates to the Tweet text.

◆ Type

string CoreTweet.V2.AnnotationEntity.Type
getset

The description of the type of entity identified when the Tweet text was interpreted.


The documentation for this class was generated from the following file: