Show / Hide Table of Contents

Class CommentsResource

The "comments" collection of methods.

Inheritance
System.Object
CommentsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CommentAnalyzer.v1alpha1
Assembly: Google.Apis.CommentAnalyzer.v1alpha1.dll
Syntax
public class CommentsResource

Constructors

CommentsResource(IClientService)

Constructs a new resource.

Declaration
public CommentsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Analyze(AnalyzeCommentRequest)

Analyzes the provided text and returns scores for requested attributes.

Declaration
public virtual CommentsResource.AnalyzeRequest Analyze(AnalyzeCommentRequest body)
Parameters
Type Name Description
AnalyzeCommentRequest body

The body of the request.

Returns
Type Description
CommentsResource.AnalyzeRequest

Suggestscore(SuggestCommentScoreRequest)

Suggest comment scores as training data.

Declaration
public virtual CommentsResource.SuggestscoreRequest Suggestscore(SuggestCommentScoreRequest body)
Parameters
Type Name Description
SuggestCommentScoreRequest body

The body of the request.

Returns
Type Description
CommentsResource.SuggestscoreRequest
Back to top