Reviews.CreateJobWithHttpMessagesAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Se devolverá un identificador de trabajo para el contenido publicado en este punto de conexión.
Una vez que el contenido se evalúa con respecto al flujo de trabajo proporcionado, la revisión se creará o omitirá en función de la expresión de flujo de trabajo.
<h3>CallBack Schemas </h3>
<p><h4>Job Completion CallBack Sample</h4><br/>
{<br/> "JobId": "<Job Id,br></> "ReviewId": "<Review Id, si el trabajo dio como resultado la creación> de una revisión",<br/> "WorkFlowId": "default",<br/> "Status": "<This will be one of Complete, InProgress, Error>",br/> "ContentType": "Image",<br/ "ContentId": "<This is the ContentId that was specified on input>",<br/> "CallBackType": "Job",<<br/> "Metadata": {<br/>> "adultscore": " 0.xxx",<br/> "a": "False",<br/> "racyscore": "0.xxx",<br/> "r": "True"<br/> }<br/> }<br/>
</p p><h4><>Revisar ejemplo de devolución< de llamada de finalización/h4><br/>
{ "ReviewId": "< Review Id>",<br/> "ModifiedOn": "2016-10-11T22:36:32.9934851Z",<br/> "ModifiedBy": "<Name of the Reviewer>",<br/> "CallBackType": "Review",<br/> "ContentId": "<The ContentId" Id. que se especificó input>",<br/> "Metadata": {<br/> "adultscore": "0.xxx", "a": "False",<br/> "racyscore": "0.xxx",<br/> "r": "True"<br/> },<br/> "ReviewerResultTags": {<br/> "a": " False",<br/> "r": "True"<br/> }<br/> }<br/>
</p>.
public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.ContentModerator.Models.JobId>> CreateJobWithHttpMessagesAsync (string teamName, string contentType, string contentId, string workflowName, string jobContentType, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Content content, string callBackEndpoint = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateJobWithHttpMessagesAsync : string * string * string * string * string * Microsoft.Azure.CognitiveServices.ContentModerator.Models.Content * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.ContentModerator.Models.JobId>>
override this.CreateJobWithHttpMessagesAsync : string * string * string * string * string * Microsoft.Azure.CognitiveServices.ContentModerator.Models.Content * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.ContentModerator.Models.JobId>>
Public Function CreateJobWithHttpMessagesAsync (teamName As String, contentType As String, contentId As String, workflowName As String, jobContentType As String, content As Content, Optional callBackEndpoint As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of JobId))
Parámetros
- teamName
- String
El nombre del equipo.
- contentType
- String
Imagen, texto o vídeo. Entre los valores posibles se incluyen: 'Image', 'Text', 'Video'
- contentId
- String
Id./Nombre para identificar el contenido enviado.
- workflowName
- String
Nombre del flujo de trabajo que desea invocar.
- jobContentType
- String
Tipo de contenido. Entre los valores posibles se incluyen: "application/json", "image/jpeg"
- content
- Content
Contenido que se va a evaluar.
- callBackEndpoint
- String
Punto de conexión de devolución de llamada para publicar el resultado del trabajo de creación.
- customHeaders
- Dictionary<String,List<String>>
Encabezados que se agregarán a la solicitud.
- cancellationToken
- CancellationToken
Token de cancelación.
Devoluciones
Implementaciones
Excepciones
Se produce cuando la operación devolvió un código de estado no válido
Se produce cuando no se puede deserializar la respuesta
Se produce cuando un parámetro obligatorio es NULL
Se produce cuando un parámetro obligatorio es NULL
Se aplica a
Azure SDK for .NET