ReadInStreamHeaders Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. ReadInStreamHeaders
- com.
public class ReadInStreamHeaders
Defines headers for ReadInStream operation.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
operationLocation()
Get the operationLocation value. |
Read |
withOperationLocation(String operationLocation)
Set the operationLocation value. |
Method Details
operationLocation
public String operationLocation()
Get the operationLocation value.
Returns:
the operationLocation value
withOperationLocation
public ReadInStreamHeaders withOperationLocation(String operationLocation)
Set the operationLocation value.
Parameters:
operationLocation
- the operationLocation value to set
Returns:
the ReadInStreamHeaders object itself.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java