ReadHeaders Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. ReadHeaders
- com.
public class ReadHeaders
Defines headers for Read 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 ReadHeaders withOperationLocation(String operationLocation)
Set the operationLocation value.
Parameters:
operationLocation
- the operationLocation value to set
Returns:
the ReadHeaders object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java